Initial Commit
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 31s
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 31s
This commit is contained in:
commit
6895111f69
13 changed files with 4107 additions and 0 deletions
39
package.json
Normal file
39
package.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"name": "@BridgemanAccessible/ba-auth_keystore",
|
||||
"version": "1.0.0",
|
||||
"description": "Library container Keystore fundamentals and type registry to be used 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.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/express": "^5.0.6",
|
||||
"@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-logging": "^1.0.1",
|
||||
"express": "^5.2.1",
|
||||
"node-jose": "^2.2.0"
|
||||
},
|
||||
"packageManager": "yarn@1.22.22"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue