forked from 0xHabitat/habitat-rollup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
21 lines (21 loc) · 807 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "habitat",
"version": "1.0.1",
"author": "0xHabitat",
"license": "Unlicense",
"type": "module",
"scripts": {
"compile": "./scripts/compile.sh",
"coverage": "yarn compile && develatus-apparatus",
"test": "yarn _test \"src/*/**/*.test.js\"",
"_test": "yarn compile && mocha --file node_modules/@NutBerry/NutBerry/src/common/test/mocha.js --color --bail --exit --timeout=900000 $@",
"docs:solidity": "./node_modules/@NutBerry/NutBerry/scripts/devdoc.js"
},
"devDependencies": {
"@NutBerry/NutBerry": "https://github.com/NutBerry/NutBerry/archive/refs/tags/v1.0.12.tar.gz",
"develatus-apparatus": "https://github.com/pinkiebell/develatus-apparatus/archive/refs/tags/v0.3.10.tar.gz",
"ethers": "=5.5.2",
"mocha": "=9.1.3",
"solc": "=0.7.6"
}
}