UNPKG

@verdaccio/server-fastify

Version:

fastify server api implementation

67 lines 1.85 kB
{ "name": "@verdaccio/server-fastify", "version": "6.0.0-6-next.57", "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": ">=14", "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": { "@verdaccio/core": "6.0.0-6-next.76", "@verdaccio/config": "6.0.0-6-next.76", "@verdaccio/auth": "6.0.0-6-next.55", "@verdaccio/logger": "6.0.0-6-next.44", "@verdaccio/store": "6.0.0-6-next.56", "@verdaccio/tarball": "11.0.0-6-next.45", "@verdaccio/utils": "6.0.0-6-next.44", "core-js": "3.30.2", "debug": "4.3.4", "fastify": "4.17.0", "fastify-plugin": "4.4.0", "lodash": "4.17.21" }, "devDependencies": { "@verdaccio/types": "11.0.0-6-next.25", "ts-node": "10.9.1" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/verdaccio" }, "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" } }