forked from cryptoalgebra/AlgebraV1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.45 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": "root",
"private": true,
"devDependencies": {
"@defi-wonderland/smock": "^2.3.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@typechain/ethers-v5": "^10.1.0",
"@types/chai": "^4.2.6",
"@types/console-log-level": "^1.4.0",
"@types/mocha": "^9.1.0",
"algebra-solidity-docgen": "^0.6.0-beta.1",
"chai": "^4.2.0",
"console-log-level": "^1.4.1",
"decimal.js": "^10.2.1",
"dotenv": "^10.0.0",
"ethers": "5.6.1",
"hardhat": "^2.11.2",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-dependency-compiler": "1.1.2",
"hardhat-watcher": "^2.1.1",
"husky": "^7.0.2",
"lerna": "^6.0.0",
"mocha": "10.0.0",
"mocha-chai-jest-snapshot": "^1.1.0",
"prettier": "^2.4.1",
"prettier-check": "^2.0.0",
"prettier-plugin-solidity": "^1.0.0-beta.18",
"pretty-quick": "^3.1.1",
"solhint": "^3.3.6",
"solhint-plugin-prettier": "^0.0.5",
"ts-generator": "^0.1.1",
"ts-node": "^10.9.0",
"typechain": "^8.1.0",
"typescript": "^4.7.4"
},
"scripts": {
"postinstall": "husky install",
"lint": "prettier .",
"bootstrap": "npm install && lerna bootstrap",
"ci-install": "npm ci && lerna bootstrap",
"deploy": "node scripts/deployAll.js",
"docgen": "cd src/core && hardhat docgen && cd ../periphery && hardhat docgen && cd ../tokenomics && hardhat docgen && node ../../docs/cleanup.js"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=14.0.0"
}
}