2021-04-25 06:17:50 -05:00
|
|
|
{
|
|
|
|
"name": "@verdaccio/fastify-migration",
|
2022-04-04 05:55:13 -05:00
|
|
|
"version": "6.0.0-6-next.22",
|
2021-04-25 06:17:50 -05:00
|
|
|
"description": "Fastify server migration package",
|
|
|
|
"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": {
|
2022-04-04 05:55:13 -05:00
|
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.5",
|
|
|
|
"@verdaccio/config": "workspace:6.0.0-6-next.13",
|
|
|
|
"@verdaccio/auth": "workspace:6.0.0-6-next.21",
|
|
|
|
"@verdaccio/logger": "workspace:6.0.0-6-next.11",
|
|
|
|
"@verdaccio/store": "workspace:6.0.0-6-next.21",
|
|
|
|
"@verdaccio/tarball": "workspace:11.0.0-6-next.12",
|
|
|
|
"@verdaccio/utils": "workspace:6.0.0-6-next.11",
|
2021-10-31 09:00:04 -05:00
|
|
|
"@verdaccio/readme": "workspace:11.0.0-6-next.4",
|
2022-01-18 02:35:07 -05:00
|
|
|
"core-js": "3.20.3",
|
2021-11-30 04:29:53 -05:00
|
|
|
"debug": "4.3.3",
|
2022-01-22 13:12:49 -05:00
|
|
|
"fastify": "3.27.0",
|
2021-10-15 16:00:30 -05:00
|
|
|
"fastify-plugin": "3.0.0",
|
2022-03-27 14:42:52 -05:00
|
|
|
"lodash": "4.17.21"
|
2021-04-25 06:17:50 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-22 13:12:49 -05:00
|
|
|
"@types/node": "16.11.21",
|
2022-04-04 05:55:13 -05:00
|
|
|
"@verdaccio/types": "workspace:11.0.0-6-next.11",
|
2022-01-06 14:54:47 -05:00
|
|
|
"ts-node": "10.4.0"
|
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"
|
|
|
|
}
|
|
|
|
}
|