mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "verdaccio-htpasswd",
|
|
"version": "11.0.0-6-next.13",
|
|
"description": "htpasswd auth plugin for Verdaccio",
|
|
"keywords": [
|
|
"private",
|
|
"package",
|
|
"repository",
|
|
"registry",
|
|
"enterprise",
|
|
"modules",
|
|
"proxy",
|
|
"server",
|
|
"verdaccio"
|
|
],
|
|
"author": "Ayush Sharma <ayush.aceit@gmail.com>",
|
|
"license": "MIT",
|
|
"homepage": "https://verdaccio.org",
|
|
"repository": {
|
|
"type": "https",
|
|
"url": "https://github.com/verdaccio/verdaccio",
|
|
"directory": "packages/core/htpasswd"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/verdaccio/verdaccio/issues"
|
|
},
|
|
"main": "./build/index.js",
|
|
"types": "./build/index.d.ts",
|
|
"files": [
|
|
"build"
|
|
],
|
|
"engines": {
|
|
"node": ">=14",
|
|
"npm": ">=6"
|
|
},
|
|
"dependencies": {
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.5",
|
|
"@verdaccio/file-locking": "workspace:11.0.0-6-next.4",
|
|
"apache-md5": "1.1.7",
|
|
"bcryptjs": "2.4.3",
|
|
"core-js": "3.20.3",
|
|
"http-errors": "1.8.1",
|
|
"unix-crypt-td-js": "1.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcryptjs": "2.4.2",
|
|
"@verdaccio/types": "workspace:11.0.0-6-next.11",
|
|
"mockdate": "3.0.5"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf ./build",
|
|
"test": "cross-env NODE_ENV=test BABEL_ENV=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"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/verdaccio"
|
|
}
|
|
}
|