ba-auth_keystore_vault/package.json
2026-02-21 19:24:56 +00:00

41 lines
1.2 KiB
JSON

{
"name": "@BridgemanAccessible/ba-auth_keystore_vault",
"version": "1.0.2",
"description": "A Hashicorp Vault based Keystore implementation for use in combination with the Bridgeman Accessible Auth Package",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"url": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/ba-auth_keystore_vault.git"
},
"author": "Bridgeman Accessible<info@bridgemanaccessible.ca>",
"type": "module",
"exports": {
".": {
"default": "./index.js",
"types": "./index.d.ts"
}
},
"license": "MIT",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.23",
"@types/node": "^25.2.3",
"@types/node-forge": "^1.3.14",
"@types/node-jose": "^1.1.13",
"cross-env": "^10.1.0",
"jest": "^30.2.0",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3"
},
"dependencies": {
"@BridgemanAccessible/ba-auth_keystore": "^1.0.1",
"@BridgemanAccessible/ba-logging": "^1.0.1",
"node-jose": "^2.2.0",
"node-vault": "^0.10.9"
},
"packageManager": "yarn@1.22.22"
}