forked from broxus/tip3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.59 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": "@broxus/tip3",
"version": "1.0.2",
"description": "Set of ready-to-use tvm token contracts following tip3 standard",
"main": "index.js",
"scripts": {
"compile": "locklift build --config locklift.config.js",
"prepare-docs": "scripts/helpers/prepare-docs.sh"
},
"bugs": {
"url": "https://github.com/broxus/tip3/issues"
},
"keywords": [
"Venom",
"Everscale",
"TON",
"blockchain",
"smart-contracts",
"javascript",
"solidity",
"dapps"
],
"author": "aleksandr-hramcov <[email protected]>",
"license": "AGPLv3",
"homepage": "https://github.com/broxus/tip3",
"dependencies": {
"@broxus/contracts": "^1.1.1",
"locklift": "git://github.com/broxus/ton-locklift#f647b67"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/lodash.startcase": "^4.4.7",
"@types/node": "18.11.18",
"@types/prompts": "2.0.14",
"@types/mocha": "^9.1.1",
"@typescript-eslint/eslint-plugin": "5.27.0",
"@typescript-eslint/parser": "5.27.0",
"bignumber.js": "^9.0.1",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^3.0.0",
"commander": "^8.0.0",
"dotenv": "16.0.3",
"eslint": "8.17.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"folder-hash": "^4.0.1",
"locklift": "2.5.6",
"locklift-deploy": "1.0.3",
"locklift-verifier": "1.0.4",
"lodash.startcase": "^4.4.0",
"mocha": "^10.2.0",
"mocha-logger": "^1.0.7",
"ora": "^3.4.0",
"prompts": "^2.4.2",
"ton-client-js": "^0.28.1",
"typescript": "4.9.5"
}
}