mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
9bb5b50c80
Bumps [@verdaccio/readme](https://github.com/verdaccio/monorepo/tree/HEAD/core/readme) from 9.3.0 to 9.5.0. - [Release notes](https://github.com/verdaccio/monorepo/releases) - [Changelog](https://github.com/verdaccio/monorepo/blob/9.x/core/readme/CHANGELOG.md) - [Commits](https://github.com/verdaccio/monorepo/commits/v9.5.0/core/readme) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "@verdaccio/utils",
|
|
"version": "5.0.0-alpha.0",
|
|
"description": "verdaccio utilities",
|
|
"main": "./build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"author": {
|
|
"name": "Juan Picado",
|
|
"email": "juanpicado19@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/verdaccio/verdaccio"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://verdaccio.org",
|
|
"dependencies": {
|
|
"@verdaccio/dev-commons": "5.0.0-alpha.0",
|
|
"@verdaccio/readme": "9.5.0",
|
|
"js-yaml": "3.13.1",
|
|
"jsonwebtoken": "8.5.1",
|
|
"minimatch": "3.0.4",
|
|
"semver": "7.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/minimatch": "3.0.3",
|
|
"@verdaccio/dev-types": "5.0.0-alpha.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf ./build",
|
|
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest",
|
|
"type-check": "tsc --noEmit",
|
|
"build:types": "tsc --emitDeclarationOnly --declaration true",
|
|
"build:js": "cross-env BABEL_ENV=registry babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps",
|
|
"build": "npm run build:js && npm run build:types"
|
|
},
|
|
"gitHead": "7c246ede52ff717707fcae66dd63fc4abd536982"
|
|
}
|