forked from broxus/locklift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "locklift",
"version": "1.1.6",
"description": "Node JS framework for working with FreeTON contracts. Inspired by Truffle and Hardhat. Helps you to build, test, run and maintain your smart contracts.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"locklift": "locklift/cli/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/broxus/ton-locklift.git"
},
"keywords": [
"FreeTON",
"TON",
"blockchain",
"smart-contracts",
"javascript",
"solidity",
"dapps",
"ethereum"
],
"author": "pavlovdog_ <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/broxus/ton-locklift/issues"
},
"homepage": "https://github.com/broxus/ton-locklift#readme",
"devDependencies": {
"commander": "^7.2.0"
},
"dependencies": {
"@tonclient/core": "^1.11.1",
"@tonclient/lib-node": "^1.11.1",
"bignumber.js": "^9.0.1",
"directory-tree": "^2.2.7",
"execa": "^5.0.0",
"fs-extra": "^9.1.0",
"mocha": "^8.3.2",
"superstruct": "^0.14.2",
"ton-client-js": "^0.28.1"
}
}