-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (45 loc) · 1.54 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
{
"name": "ever-gwent-contracts",
"version": "1.0.0",
"repository": "git@github.com:FairyFromAlfeya/ever-gwent-contracts.git",
"author": "Alexander Kunekov <fairyfromalfeya@gmail.com>",
"license": "MIT",
"private": false,
"scripts": {
"prepare": "husky install",
"format": "prettier --write \"{scripts,test,deploy}/**/*.ts\"",
"lint": "eslint \"{scripts,test,deploy}/**/*.ts\" --fix",
"build": "locklift build",
"test": "locklift test --disable-build -n locklift",
"deploy": "locklift deploy --disable-build -n locklift",
"verify": "locklift verify",
"set-card-code": "locklift run --disable-build -s scripts/1-set-card-code.ts -n",
"mint": "locklift run --disable-build -s scripts/0-mint-card.ts -n"
},
"devDependencies": {
"@broxus/ever-contracts": "git://github.com/broxus/ever-contracts",
"@broxus/tip4": "git://github.com/broxus/tip4",
"@broxus/locklift-deploy": "1.1.1",
"@broxus/locklift-verifier": "1.0.5",
"@types/chai": "4.3.6",
"@types/mocha": "10.0.1",
"@types/node": "20.7.0",
"@types/prompts": "2.4.5",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"bignumber.js": "9.1.2",
"chai": "4.3.8",
"dotenv": "16.3.1",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"husky": "8.0.3",
"locklift": "2.8.3",
"prettier": "3.0.3",
"prompts": "2.4.2",
"typescript": "5.2.2"
},
"resolutions": {
"nekoton-wasm": "npm:nekoton-wasm-locklift@1.20.2"
}
}