-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
27 lines (27 loc) · 974 Bytes
/
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
{
"dependencies": {
"@types/chai-as-promised": "^7.1.5",
"@vite/vuilder": "0.1.0-alpha.9",
"chai-as-promised": "^7.1.1",
"ts-node": "^10.7.0"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/chai-like": "^1.1.1",
"@types/chai-things": "^0.0.35",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.21",
"chai": "^4.3.6",
"chai-like": "^1.1.1",
"chai-things": "^0.2.0",
"mocha": "^9.2.1",
"prettier": "^2.6.2",
"typescript": "^4.6.2"
},
"scripts": {
"format": "prettier --write \"./*.{js,jsx,json,ts,tsx,css,html}\" \"./*/*.{js,jsx,json,ts,tsx,css,html}\" \"./*/*/*.{js,jsx,json,ts,tsx,css,html}\" \"./*/*/*/*.{js,jsx,json,ts,tsx,css,html}\"",
"test": "mocha --config ./test/mocharc.nightly.json",
"deployContract": "mocha --config ./deploy/mocharc.nightly.json"
},
"packageManager": "[email protected]"
}