{ "name": "@BridgemanAccessible/ba-auth_keystore_file", "version": "1.0.2", "description": "A file based Keystore implementation for use in combination with the Bridgeman Accessible Auth Package", "main": "index.js", "types": "index.d.ts", "repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/ba-auth_keystore_file.git", "author": "Bridgeman Accessible", "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/node": "^25.2.3", "@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" }, "packageManager": "yarn@1.22.22" }