forked from xssnick/registry-contract
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 758 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 758 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": "registry-contracts",
"version": "1.0.0",
"description": "Registry contracts",
"main": "index.js",
"author": "Oleg Baranov <xssnick8@gmail.com>",
"scripts": {
"build": "ts-node compile.ts",
"deploy": "ts-node deploy.ts"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/jest": "^28.1.4",
"@types/semver": "^7.3.9",
"jest": "^28.1.2",
"ts-jest": "^28.0.5",
"typescript": "^4.7.4"
},
"dependencies": {
"@types/uuid": "^8.3.4",
"axios-request-throttle": "^1.0.0",
"bn.js": "^5.2.1",
"dotenv": "^16.0.3",
"fast-glob": "^3.2.12",
"semver": "^7.3.8",
"ton": "^11.18.2",
"ton-compiler": "^1.0.0",
"ton-contract-executor": "^0.5.2",
"uuid": "^8.3.2"
}
}