-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 995 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "ton-status",
"version": "1.0.0",
"private": false,
"license": "GPL-2+",
"scripts": {
"dev": "yarn ts-node getStatus.ts",
"test": "yarn jest"
},
"dependencies": {
"@msgpack/msgpack": "^3.0.0-beta2",
"@ton/core": "^0.60.0",
"@ton/crypto": "3.2.0",
"@ton/ton": "^15.2.0",
"@yao-pkg/pkg": "^6.3.0",
"async-mutex": "^0.4.0",
"axios": "0.27.2",
"cache-flow": "^1.9.0",
"express": "^4.18.1",
"pkg": "^5.8.1",
"prom-client": "^14.1.0",
"teslabot": "^1.5.0",
"typescript": "^4.9.5"
},
"pkg": {
"scripts": [
"node_modules/fp-ts/**/*.json",
"node_modules/axios/dist/node/*",
"node_modules/@ton/ton/node_modules/axios/dist/node/*"
]
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/jest": "^29.5.12",
"@types/node": "^20.5.1",
"@types/yargs": "^17.0.10",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"yarn": "^1.22.22"
}
}