forked from mir-one/dao
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 793 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 793 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
32
{
"name": "dao",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/tonwhales/dao.git",
"author": "Steve Korshakov <steve@korshakov.com>",
"license": "MIT",
"scripts": {
"test": "yarn build && jest",
"build": "./scripts/build.sh"
},
"dependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@types/bn.js": "^5.1.0",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.10",
"ton": "11.6.1",
"ton-contract-executor": "0.4.0",
"typescript": "^4.6.3",
"babel-jest": "^27.4.5",
"jest": "^27.4.7",
"prando": "^6.0.1",
"prettier": "^2.5.1",
"ton-compiler": "^1.0.0",
"ts-node": "^10.5.0"
},
"resolutions": {
"ton": "11.6.1"
}
}