mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
6b6eaf6b67
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "@verdaccio/node-api",
|
|
"version": "5.0.0-alpha.8",
|
|
"description": "node API",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"author": {
|
|
"name": "Juan Picado",
|
|
"email": "juanpicado19@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "https",
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
|
},
|
|
"homepage": "https://verdaccio.org",
|
|
"keywords": [
|
|
"private",
|
|
"package",
|
|
"repository",
|
|
"registry",
|
|
"enterprise",
|
|
"modules",
|
|
"proxy",
|
|
"server",
|
|
"verdaccio"
|
|
],
|
|
"engines": {
|
|
"node": ">=10",
|
|
"npm": ">=6"
|
|
},
|
|
"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",
|
|
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@verdaccio/commons-api": "workspace:10.0.0-alpha.3",
|
|
"@verdaccio/config": "workspace:5.0.0-alpha.3",
|
|
"@verdaccio/cli-ui": "workspace:5.0.0-alpha.3",
|
|
"@verdaccio/server": "workspace:5.0.0-alpha.7",
|
|
"core-js": "^3.6.5",
|
|
"debug": "^4.2.0",
|
|
"lodash": "^4.17.20",
|
|
"selfsigned": "1.10.7"
|
|
},
|
|
"devDependencies": {
|
|
"@verdaccio/mock": "workspace:5.0.0-alpha.3",
|
|
"@verdaccio/types": "workspace:10.0.0-alpha.3",
|
|
"jest-mock-process": "^1.4.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/verdaccio"
|
|
}
|
|
}
|