-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.81 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "jelly-tracker",
"version": "1.0.1",
"main": "index.js",
"author": "kraikov",
"license": "MIT",
"scripts": {
"start": "ts-node src/index.ts",
"start-prod": "cross-env NODE_ENV=production ts-node src/index.ts",
"start-dev": "cross-env NODE_ENV=development ts-node src/index.ts"
},
"dependencies": {
"@aeternity/aepp-sdk": "^7.4.2",
"@harmony-js/account": "0.1.53",
"@harmony-js/contract": "0.1.53",
"@harmony-js/core": "0.1.53",
"@harmony-js/network": "0.1.51",
"@harmony-js/utils": "0.1.48",
"@types/axios": "^0.14.0",
"@types/body-parser": "^1.19.0",
"@types/compression": "^1.7.0",
"@types/cors": "^2.8.6",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.6",
"@types/luxon": "^1.24.1",
"@types/node": "^14.0.13",
"@types/winston": "^2.4.4",
"@types/ws": "^7.2.5",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"ethers": "^5.0.2",
"express": "^4.17.1",
"json-bigint": "^0.3.1",
"luxon": "^1.24.1",
"mongodb": "^3.5.9",
"ts-node": "^8.10.2",
"tsyringe": "^4.3.0",
"typeorm": "^0.2.25",
"typescript": "^3.9.5",
"websocket": "^1.0.31",
"winston": "^3.2.1",
"ws": "^7.3.0",
"xdc3": "^1.3.13416"
},
"devDependencies": {
"@types/body-parser": "^1.19.0",
"@types/compression": "^1.7.0",
"@types/cors": "^2.8.6",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.6",
"@types/node": "^14.0.13",
"@types/winston": "^2.4.4",
"@types/ws": "^7.2.5"
}
}