2020-03-03 17:59:19 -05:00
|
|
|
{
|
|
|
|
"name": "@verdaccio/config",
|
2020-11-15 09:04:55 -05:00
|
|
|
"version": "5.0.0-alpha.1",
|
2020-03-03 17:59:19 -05:00
|
|
|
"description": "logger",
|
|
|
|
"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",
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf ./build",
|
|
|
|
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest",
|
2020-09-07 00:07:05 -05:00
|
|
|
"type-check": "tsc --noEmit -p tsconfig.build.json",
|
|
|
|
"build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json",
|
|
|
|
"build:js": "babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps",
|
2020-12-22 15:16:11 -05:00
|
|
|
"watch": "pnpm build:js -- --watch",
|
2020-08-11 00:21:51 -05:00
|
|
|
"build": "pnpm run build:js && pnpm run build:types"
|
|
|
|
},
|
2020-03-03 17:59:19 -05:00
|
|
|
"dependencies": {
|
2020-11-15 09:04:55 -05:00
|
|
|
"@verdaccio/commons-api": "workspace:10.0.0-alpha.1",
|
|
|
|
"@verdaccio/utils": "workspace:5.0.0-alpha.1",
|
2020-10-03 07:47:04 -05:00
|
|
|
"debug": "^4.2.0",
|
2020-11-05 17:22:09 -05:00
|
|
|
"js-yaml": "3.14.0",
|
|
|
|
"lodash": "^4.17.20",
|
2020-11-08 09:30:13 -05:00
|
|
|
"minimatch": "3.0.4",
|
2020-11-05 17:22:09 -05:00
|
|
|
"mkdirp": "0.5.5",
|
|
|
|
"yup": "^0.29.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-11-08 09:30:13 -05:00
|
|
|
"@types/minimatch": "3.0.3",
|
2020-11-05 17:22:09 -05:00
|
|
|
"@types/yup": "^0.29.9"
|
2020-10-03 07:47:04 -05:00
|
|
|
}
|
2020-03-03 17:59:19 -05:00
|
|
|
}
|