mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
f07fd5d525
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "@verdaccio/auth",
|
|
"version": "6.0.0-6-next.54",
|
|
"description": "logger",
|
|
"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": ">=14",
|
|
"npm": ">=6"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf ./build",
|
|
"test": "jest",
|
|
"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"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
|
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
|
"@verdaccio/loaders": "workspace:6.0.0-6-next.44",
|
|
"@verdaccio/logger": "workspace:6.0.0-6-next.43",
|
|
"@verdaccio/signature": "workspace:6.0.0-6-next.2",
|
|
"@verdaccio/utils": "workspace:6.0.0-6-next.43",
|
|
"debug": "4.3.4",
|
|
"express": "4.18.2",
|
|
"lodash": "4.17.21",
|
|
"verdaccio-htpasswd": "workspace:11.0.0-6-next.45"
|
|
},
|
|
"devDependencies": {
|
|
"@verdaccio/types": "workspace:11.0.0-6-next.25"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/verdaccio"
|
|
}
|
|
}
|