2020-03-03 17:59:19 -05:00
|
|
|
{
|
|
|
|
"name": "@verdaccio/node-api",
|
2023-03-07 15:56:20 -05:00
|
|
|
"version": "6.0.0-6-next.64",
|
2020-03-03 17:59:19 -05: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 11:51:53 -05:00
|
|
|
"type": "https",
|
|
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
2020-03-03 17:59:19 -05:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2020-03-03 17:59:19 -05:00
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf ./build",
|
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",
|
2022-07-29 13:51:45 -05:00
|
|
|
"test": "jest"
|
2020-03-03 17:59:19 -05:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2023-03-07 15:56:20 -05:00
|
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.64",
|
|
|
|
"@verdaccio/config": "workspace:6.0.0-6-next.64",
|
|
|
|
"@verdaccio/logger": "workspace:6.0.0-6-next.32",
|
|
|
|
"@verdaccio/server": "workspace:6.0.0-6-next.53",
|
|
|
|
"@verdaccio/server-fastify": "workspace:6.0.0-6-next.45",
|
2023-02-19 02:12:57 -05:00
|
|
|
"core-js": "3.28.0",
|
2022-08-08 01:55:41 -05:00
|
|
|
"debug": "4.3.4",
|
2021-08-30 01:19:08 -05:00
|
|
|
"lodash": "4.17.21"
|
2020-03-03 17:59:19 -05:00
|
|
|
},
|
2020-07-03 16:38:49 -05:00
|
|
|
"devDependencies": {
|
2022-12-26 03:43:07 -05:00
|
|
|
"@types/node": "16.18.10",
|
2023-03-07 15:56:20 -05:00
|
|
|
"@verdaccio/types": "workspace:11.0.0-6-next.23",
|
2022-08-08 01:55:41 -05:00
|
|
|
"jest-mock-process": "1.5.1",
|
2022-01-11 11:42:00 -05:00
|
|
|
"selfsigned": "1.10.14",
|
2022-12-26 03:43:07 -05:00
|
|
|
"supertest": "6.3.3"
|
2020-07-03 16:38:49 -05:00
|
|
|
},
|
2020-03-03 17:59:19 -05:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2021-02-11 11:51:53 -05:00
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
2020-09-07 00:07:05 -05:00
|
|
|
}
|
2020-03-03 17:59:19 -05:00
|
|
|
}
|