2021-04-25 06:17:50 -05:00
|
|
|
{
|
2022-08-08 00:14:23 -05:00
|
|
|
"name": "@verdaccio/server-fastify",
|
2023-04-21 16:41:04 -05:00
|
|
|
"version": "6.0.0-6-next.49",
|
2022-08-08 00:14:23 -05:00
|
|
|
"description": "fastify server api implementation",
|
2021-04-25 06:17:50 -05:00
|
|
|
"keywords": [
|
|
|
|
"private",
|
|
|
|
"package",
|
|
|
|
"repository",
|
|
|
|
"registry",
|
|
|
|
"enterprise",
|
|
|
|
"modules",
|
|
|
|
"proxy",
|
|
|
|
"server",
|
|
|
|
"verdaccio"
|
|
|
|
],
|
|
|
|
"main": "./build/index.js",
|
|
|
|
"types": "./build/index.d.ts",
|
|
|
|
"author": "Juan Picado <juanpicado19@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://verdaccio.org",
|
|
|
|
"engines": {
|
2021-10-15 11:49:47 -05:00
|
|
|
"node": ">=14",
|
2021-04-25 06:17:50 -05:00
|
|
|
"npm": ">=6"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "https",
|
|
|
|
"url": "https://github.com/verdaccio/verdaccio",
|
|
|
|
"directory": "packages/core/streams"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/verdaccio/verdaccio/issues"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-04-21 16:41:04 -05:00
|
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.68",
|
|
|
|
"@verdaccio/config": "workspace:6.0.0-6-next.68",
|
|
|
|
"@verdaccio/auth": "workspace:6.0.0-6-next.47",
|
|
|
|
"@verdaccio/logger": "workspace:6.0.0-6-next.36",
|
|
|
|
"@verdaccio/store": "workspace:6.0.0-6-next.48",
|
|
|
|
"@verdaccio/tarball": "workspace:11.0.0-6-next.37",
|
|
|
|
"@verdaccio/utils": "workspace:6.0.0-6-next.36",
|
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",
|
2023-02-19 15:34:10 -05:00
|
|
|
"fastify": "4.13.0",
|
2022-12-26 03:43:07 -05:00
|
|
|
"fastify-plugin": "4.4.0",
|
2022-03-27 14:42:52 -05:00
|
|
|
"lodash": "4.17.21"
|
2021-04-25 06:17:50 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-26 03:43:07 -05:00
|
|
|
"@types/node": "16.18.10",
|
2023-03-18 16:16:17 -05:00
|
|
|
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
2022-08-08 01:55:41 -05:00
|
|
|
"ts-node": "10.9.1"
|
2021-04-25 06:17:50 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf ./build",
|
|
|
|
"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",
|
|
|
|
"watch": "pnpm build:js -- --watch",
|
2021-05-21 23:56:37 -05:00
|
|
|
"build": "pnpm run build:js && pnpm run build:types",
|
|
|
|
"start": "ts-node debug/index.ts"
|
2021-04-25 06:17:50 -05:00
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
|
|
|
}
|
|
|
|
}
|