mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
3bc24bc4a7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"name": "@verdaccio/server-fastify",
|
|
"version": "7.0.0-next-7.18",
|
|
"description": "fastify server api implementation",
|
|
"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": {
|
|
"node": ">=18"
|
|
},
|
|
"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": {
|
|
"@verdaccio/core": "workspace:7.0.0-next-7.18",
|
|
"@verdaccio/config": "workspace:7.0.0-next-7.18",
|
|
"@verdaccio/auth": "workspace:7.0.0-next-7.18",
|
|
"@verdaccio/logger": "workspace:7.0.0-next-7.18",
|
|
"@verdaccio/store": "workspace:7.0.0-next-7.18",
|
|
"@verdaccio/tarball": "workspace:12.0.0-next-7.18",
|
|
"@verdaccio/utils": "workspace:7.0.0-next-7.18",
|
|
"core-js": "3.35.0",
|
|
"debug": "4.3.4",
|
|
"fastify": "4.25.2",
|
|
"fastify-plugin": "4.5.1",
|
|
"lodash": "4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@verdaccio/types": "workspace:12.0.0-next-7.5",
|
|
"ts-node": "10.9.2"
|
|
},
|
|
"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",
|
|
"build": "pnpm run build:js && pnpm run build:types",
|
|
"start": "ts-node debug/index.ts"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/verdaccio"
|
|
}
|
|
}
|