-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.36 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.36 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "shiftmarkets-sdk",
"version": "1.0.5",
"description": "Shift Client SDK",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -p .",
"build-examples": "tsc -p ./examples",
"test": "jest --runInBand ./src",
"package": "tsc -p ."
},
"keywords": [
"SDK",
"Shift",
"Client"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ShiftForex/shiftmarkets-sdk"
},
"author": "Vadim L. Avramishin",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"bignumber.js": "^9.0.1",
"cross-env": "^7.0.3",
"debug": "^4.3.1",
"isomorphic-ws": "^4.0.1",
"lodash.clonedeep": "^4.5.0",
"lodash.pull": "^4.1.0",
"lodash.round": "^4.0.4",
"moment": "^2.29.1",
"querystring": "^0.2.0",
"ws": "^7.4.2"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/jest": "^25.1.2",
"@types/jsonwebtoken": "^8.3.8",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.pull": "^4.1.6",
"@types/lodash.round": "^4.0.6",
"@types/node": "^13.13.40",
"@types/node-rsa": "^1.1.0",
"@types/papaparse": "^5.2.4",
"@types/ws": "^7.4.0",
"dotenv": "^8.2.0",
"jest": "^25.1.0",
"node-rsa": "^1.1.1",
"nodemon": "^2.0.7",
"supertest": "^4.0.2",
"ts-jest": "^25.2.1",
"typescript": "^3.9.7"
}
}