forked from prodatakey/node-pdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 880 Bytes
/
package.json
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
{
"name": "@pdk/client",
"version": "0.7.2",
"description": "ProdataKey pdk.io API Client Library for Javascript",
"scripts": {
"test": "mocha -r src/test/setup.js --loader=esmock \"src/**/*.spec.js\"",
"watch": "mocha -wr src/test/setup.js \"src/**/*.spec.js\" --inspect",
"lint": "eslint ."
},
"author": "Joshua Perry <[email protected]>",
"license": "MIT",
"main": "src/index.js",
"type": "module",
"dependencies": {
"asyncp": "^0.8.0",
"debug": "^4.3.4",
"got": "^13.0.0",
"opener": "^1.5.1",
"openid-client": "^5.4.2",
"parse-link-header": "^2.0.0",
"socket.io-client": "^4.6.2"
},
"devDependencies": {
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"dirty-chai": "^2.0.1",
"eslint": "^8.42.0",
"esmock": "^2.3.1",
"mocha": "^10.2.0",
"sinon": "^15.1.2",
"sinon-chai": "^3.7.0"
}
}