-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.23 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.23 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
{
"name": "@ibm-verify/adaptive-proxy",
"version": "1.8.0",
"description": "The Proxy SDK for server-side JavaScript ([Node](https://nodejs.org)). The purpose of this library is to provide an interface for device authentication, authorization, and risk assessment using IBM Verify.",
"main": "lib/index.js",
"scripts": {
"test": "mocha",
"clean": "rm -r node_modules package-lock.json",
"docs": "rm -r docs 2>/dev/null; jsdoc -r lib -d docs -t node_modules/minami"
},
"keywords": [],
"author": "Adam Dorogi-Kaposi <adam.dorogi-kaposi@ibm.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/IBM-Verify/adaptive-proxy-sdk-javascript.git"
},
"license": "MIT",
"dependencies": {
"axios": "1.8.2",
"lru-cache": "^7.10.1",
"node-cache": "^5.1.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "^8.15.0",
"eslint-config-google": "^0.14.0",
"jsdoc": "^4.0.4",
"minami": "^1.2.3",
"mocha": "^10.0.0"
},
"bugs": {
"url": "https://github.com/IBM-Verify/adaptive-proxy-sdk-javascript/issues"
},
"homepage": "https://github.com/IBM-Verify/adaptive-proxy-sdk-javascript#readme",
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
}
}