-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 1.07 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
{
"name": "qupe",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx locklift build",
"deploy-chat": "npx locklift run --network local --script scripts/deploy-chat-root.ts --disable-build",
"test": "npx locklift test --network local"
},
"author": "TONRED",
"license": "MIT",
"dependencies": {
"@types/node": "^18.16.9",
"@types/mocha": "^10.0.1",
"@broxus/contracts": "^1.1.1",
"bignumber.js": "^9.1.1",
"chai": "^4.3.7",
"chai-bignumber": "^3.1.0",
"directory-tree": "^3.0.1",
"dotenv": "^10.0.0",
"everscale-inpage-provider": "^0.3.61",
"folder-hash": "^4.0.4",
"mocha": "^10.0.1",
"mocha-logger": "^1.0.8",
"typescript": "^4.7.4",
"locklift": "^2.5.6",
"prettier": "^2.7.1",
"tip3": "git://github.com/broxus/tip3#c857c077b4e3eacc941c7af2b53f1afe5e6d338b",
"versionable": "git://github.com/tonred/Versionable#6d8866020243d30dad3c1e63e26d9a485b4485ab"
}
}