-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
44 lines (44 loc) · 1.28 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "awesome-crypto-examples",
"version": "1.0.0",
"private": true,
"description": "Awesome crypto automation & algo trading examples",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint -c .eslintrc.json"
},
"dependencies": {
"accountstate": "^0.0.19",
"binance": "^2.9.4",
"bitget-api": "^2.0.4",
"bybit-api": "^3.9.0",
"ftx-api": "^1.1.14",
"okx-api": "^1.0.3",
"orderbooks": "^1.1.3"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tiagosiebler/awesome-crypto-examples.git"
},
"author": "Tiago Siebler",
"license": "CC0-1.0 license",
"bugs": {
"url": "https://github.com/tiagosiebler/awesome-crypto-examples/issues"
},
"homepage": "https://github.com/tiagosiebler/awesome-crypto-examples#readme"
}