2021-04-25 06:17:50 -05:00
|
|
|
{
|
2022-08-08 00:14:23 -05:00
|
|
|
"name": "@verdaccio/server-fastify",
|
2024-09-11 14:57:05 -05:00
|
|
|
"version": "7.0.0-next-8.21",
|
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": {
|
2023-10-07 09:23:04 -05:00
|
|
|
"node": ">=18"
|
2021-04-25 06:17:50 -05:00
|
|
|
},
|
|
|
|
"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": {
|
2024-09-11 14:57:05 -05:00
|
|
|
"@verdaccio/core": "workspace:7.0.0-next-8.21",
|
|
|
|
"@verdaccio/config": "workspace:7.0.0-next-8.21",
|
|
|
|
"@verdaccio/auth": "workspace:7.0.0-next-8.21",
|
|
|
|
"@verdaccio/logger": "workspace:7.0.0-next-8.21",
|
|
|
|
"@verdaccio/store": "workspace:7.0.0-next-8.21",
|
|
|
|
"@verdaccio/tarball": "workspace:12.0.0-next-8.21",
|
|
|
|
"@verdaccio/utils": "workspace:7.0.0-next-8.21",
|
2024-08-03 07:14:15 -05:00
|
|
|
"core-js": "3.37.1",
|
2024-09-12 12:21:14 -05:00
|
|
|
"debug": "4.3.7",
|
2023-12-27 12:14:43 -05:00
|
|
|
"fastify": "4.25.2",
|
2023-12-02 13:37:06 -05:00
|
|
|
"fastify-plugin": "4.5.1",
|
2022-03-27 14:42:52 -05:00
|
|
|
"lodash": "4.17.21"
|
2021-04-25 06:17:50 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-07-07 11:45:32 -05:00
|
|
|
"@verdaccio/types": "workspace:12.0.0-next-7.5",
|
2023-12-08 13:22:31 -05:00
|
|
|
"ts-node": "10.9.2"
|
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"
|
|
|
|
}
|
|
|
|
}
|