2020-03-03 17:59:19 -05:00
|
|
|
{
|
|
|
|
"name": "@verdaccio/config",
|
2022-04-17 06:07:38 -05:00
|
|
|
"version": "6.0.0-6-next.14",
|
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": {
|
2021-02-11 11:51:53 -05:00
|
|
|
"type": "https",
|
|
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
2020-03-03 17:59:19 -05:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://verdaccio.org",
|
2021-02-11 11:51:53 -05:00
|
|
|
"keywords": [
|
|
|
|
"private",
|
|
|
|
"package",
|
|
|
|
"repository",
|
|
|
|
"registry",
|
|
|
|
"enterprise",
|
|
|
|
"modules",
|
|
|
|
"proxy",
|
|
|
|
"server",
|
|
|
|
"verdaccio"
|
|
|
|
],
|
|
|
|
"engines": {
|
2021-10-15 11:49:47 -05:00
|
|
|
"node": ">=14",
|
2021-02-11 11:51:53 -05:00
|
|
|
"npm": ">=6"
|
|
|
|
},
|
2021-02-11 13:01:17 -05:00
|
|
|
"scripts": {
|
2020-03-03 17:59:19 -05:00
|
|
|
"clean": "rimraf ./build",
|
2022-07-29 13:51:45 -05:00
|
|
|
"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": {
|
2022-04-04 05:55:13 -05:00
|
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.5",
|
|
|
|
"@verdaccio/utils": "workspace:6.0.0-6-next.11",
|
2021-11-30 04:29:53 -05:00
|
|
|
"debug": "4.3.3",
|
2022-07-29 13:51:45 -05:00
|
|
|
"yaml": "2.1.1",
|
2021-08-30 01:19:08 -05:00
|
|
|
"lodash": "4.17.21",
|
2020-11-08 09:30:13 -05:00
|
|
|
"minimatch": "3.0.4",
|
2021-10-17 04:51:08 -05:00
|
|
|
"yup": "0.32.11"
|
2020-11-05 17:22:09 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-08-30 01:19:08 -05:00
|
|
|
"@types/minimatch": "3.0.5",
|
|
|
|
"@types/yup": "0.29.13"
|
2021-02-11 11:51:53 -05:00
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
2020-10-03 07:47:04 -05:00
|
|
|
}
|
2020-03-03 17:59:19 -05:00
|
|
|
}
|