-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 857 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 857 Bytes
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
{
"name": "ms-token-handler",
"version": "1.0.2",
"description": "Handles and verifies MS token",
"main": "index.js",
"scripts": {
"test": "eslint . && mocha -t 20000 test/unit/**"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rise-Vision/ms-token-handler.git"
},
"author": "Rise Vision",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Rise-Vision/ms-token-handler/issues"
},
"homepage": "https://github.com/Rise-Vision/ms-token-handler#readme",
"devDependencies": {
"eslint": "^8.57.1",
"mkdirp": "^3.0.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.2.1",
"mocha": "^11.7.5"
},
"overrides": {
"diff": "^8.0.3",
"serialize-javascript": "^7.0.5"
}
}