2020-03-03 23:59:19 +01:00
|
|
|
{
|
|
|
|
"name": "@verdaccio/node-api",
|
2021-09-03 08:00:18 +02:00
|
|
|
"version": "6.0.0-6-next.18",
|
2020-03-03 23:59:19 +01:00
|
|
|
"description": "node API",
|
|
|
|
"main": "build/index.js",
|
|
|
|
"types": "build/index.d.ts",
|
|
|
|
"author": {
|
|
|
|
"name": "Juan Picado",
|
|
|
|
"email": "juanpicado19@gmail.com"
|
|
|
|
},
|
|
|
|
"repository": {
|
2021-02-11 17:51:53 +01:00
|
|
|
"type": "https",
|
|
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
2020-03-03 23:59:19 +01:00
|
|
|
},
|
|
|
|
"homepage": "https://verdaccio.org",
|
2021-02-11 17:51:53 +01:00
|
|
|
"keywords": [
|
|
|
|
"private",
|
|
|
|
"package",
|
|
|
|
"repository",
|
|
|
|
"registry",
|
|
|
|
"enterprise",
|
|
|
|
"modules",
|
|
|
|
"proxy",
|
|
|
|
"server",
|
|
|
|
"verdaccio"
|
|
|
|
],
|
|
|
|
"engines": {
|
2021-04-04 21:13:16 +02:00
|
|
|
"node": ">=12",
|
2021-02-11 17:51:53 +01:00
|
|
|
"npm": ">=6"
|
|
|
|
},
|
2020-03-03 23:59:19 +01:00
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf ./build",
|
2020-09-07 07:07:05 +02: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 21:16:11 +01:00
|
|
|
"watch": "pnpm build:js -- --watch",
|
2020-08-11 07:21:51 +02:00
|
|
|
"build": "pnpm run build:js && pnpm run build:types",
|
2020-03-03 23:59:19 +01:00
|
|
|
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2021-04-03 21:00:23 +02:00
|
|
|
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
|
2021-05-24 09:01:22 +02:00
|
|
|
"@verdaccio/config": "workspace:6.0.0-6-next.7",
|
2021-04-04 21:29:03 +02:00
|
|
|
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
|
2021-09-03 08:00:18 +02:00
|
|
|
"@verdaccio/server": "workspace:6.0.0-6-next.17",
|
2021-09-04 08:47:57 +02:00
|
|
|
"core-js": "3.16.4",
|
2021-08-30 08:19:08 +02:00
|
|
|
"debug": "4.3.2",
|
|
|
|
"lodash": "4.17.21"
|
2020-03-03 23:59:19 +01:00
|
|
|
},
|
2020-07-03 23:38:49 +02:00
|
|
|
"devDependencies": {
|
2021-05-24 09:01:22 +02:00
|
|
|
"@verdaccio/mock": "workspace:6.0.0-6-next.7",
|
2021-05-06 08:37:13 +02:00
|
|
|
"@verdaccio/types": "workspace:11.0.0-6-next.7",
|
2021-08-30 08:19:08 +02:00
|
|
|
"jest-mock-process": "1.4.1",
|
|
|
|
"selfsigned": "1.10.11",
|
|
|
|
"supertest": "6.1.6"
|
2020-07-03 23:38:49 +02:00
|
|
|
},
|
2020-03-03 23:59:19 +01:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2021-02-11 17:51:53 +01:00
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
2020-09-07 07:07:05 +02:00
|
|
|
}
|
2020-03-03 23:59:19 +01:00
|
|
|
}
|