forked from balancer/bal-mining-scripts
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
34 lines (34 loc) · 869 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
28
29
30
31
32
33
34
{
"name": "bal-liquidity-mining",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"sum": "node sum.js",
"timestamps": "node timestamps.js",
"test": "mocha test/*",
"ipfs-publish": "node publish.js"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"@fleekhq/fleek-storage-js": "^1.0.2",
"bignumber.js": "^9.0.0",
"cli-progress": "^3.8.2",
"dotenv": "^8.2.0",
"husky": "^4.2.5",
"isomorphic-fetch": "^2.2.1",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"require-context": "^1.1.0",
"web3": "^1.2.7",
"yargs": "^15.3.1"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.1.1"
}
}