mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
57cb03cdb7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "@verdaccio/active-directory",
|
|
"version": "10.0.0-alpha.1",
|
|
"description": "Active Directory authentication plugin for Verdaccio",
|
|
"keywords": [
|
|
"verdaccio",
|
|
"active-directory",
|
|
"auth",
|
|
"plugin"
|
|
],
|
|
"author": "Sergio Herrera <sergio@sergiohgz.eu>",
|
|
"license": "MIT",
|
|
"homepage": "https://verdaccio.org",
|
|
"repository": {
|
|
"type": "https",
|
|
"url": "https://github.com/verdaccio/verdaccio",
|
|
"directory": "packages/plugins/active-directory"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/verdaccio/verdaccio/issues"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"dependencies": {
|
|
"@verdaccio/commons-api": "workspace:10.0.0-alpha.1",
|
|
"activedirectory2": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/activedirectory2": "^1.2.1",
|
|
"@verdaccio/types": "workspace:10.0.0-alpha.1"
|
|
},
|
|
"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",
|
|
"build": "pnpm run build:js && pnpm run build:types",
|
|
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/verdaccio"
|
|
}
|
|
}
|