-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "brightspace-auth-monorepo",
"version": "9.0.1",
"author": "D2L Corporation",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Brightspace/node-auth.git"
},
"bugs": {
"url": "https://github.com/Brightspace/node-auth/issues"
},
"homepage": "https://github.com/Brightspace/node-auth#readme",
"engines": {
"node": ">=20.x"
},
"private": true,
"scripts": {
"check-deps": "./bin/set-dependencies.js --dry-run",
"check-style": "eslint .",
"test-all": "./bin/test-all.sh",
"pretest": "npm run check-style",
"test": "npm run check-deps && npm run test-all"
},
"dependencies": {
"jose": "^6.0.11",
"jwk-allowed-algorithms": "^1.0.0"
},
"devDependencies": {
"aws-sdk": "^2.179.0",
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"dynamodb-local": "0.0.31",
"eslint": "^9.26.0",
"eslint-config-brightspace": "^2.7.2",
"find-requires": "^1.0.0",
"mocha": "^11.1.0",
"nyc": "^17.1.0",
"redis": "^2.8.0",
"sinon": "^20.0.0",
"undici": "^7.8.0"
}
}