forked from angel-one/smartapi-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 650 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 650 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
{
"name": "smartapi-javascript",
"version": "1.0.27",
"description": "",
"main": "./lib/",
"scripts": {
"test": "nyc --reporter=html mocha --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/angelbroking-github/smartapi-javascript.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"address": "^1.1.2",
"atob": "^2.1.2",
"axios": "^0.20.0",
"binary-parser": "^2.2.1",
"chai": "^4.3.10",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"pako": "^2.1.0",
"proxyquire": "^2.1.3",
"public-ip": "^4.0.2",
"querystring": "^0.2.0",
"sinon": "^17.0.1",
"winston": "^3.11.0",
"ws": "^8.12.0"
}
}