forked from prodatakey/node-pdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 833 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
{
"name": "@pdk/client",
"version": "0.7.2",
"description": "ProdataKey pdk.io API Client Library for Javascript",
"scripts": {
"test": "mocha -r src/test/setup.js -r esm \"src/**/*.spec.js\"",
"watch": "mocha -wr src/test/setup.js -r esm \"src/**/*.spec.js\" --inspect"
},
"author": "Joshua Perry <[email protected]>",
"license": "MIT",
"main": "src/index.js",
"dependencies": {
"asyncp": "^0.8.0",
"debug": "^3.2.6",
"esm": "^3.0.84",
"got": "^9.3.0",
"opener": "^1.5.1",
"openid-client": "^2.4.0",
"parse-link-header": "^1.0.1",
"socket.io-client": "^2.1.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"dirty-chai": "^2.0.1",
"mocha": "^4.1.0",
"proxyquire": "^1.8.0",
"sinon": "^4.5.0",
"sinon-chai": "^2.14.0"
}
}