-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 1.25 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
{
"name": "frax-governance",
"version": "1.0.0",
"description": "To run tests you need to create a virtual env and install vyper 0.2.12. This is because we're using VyperDeployer, which will deploy the actual veFXS.vy contract.",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install",
"format": "forge fmt src && prettier --config ./.prettierrc.json --write src && forge fmt test && prettier --config ./.prettierrc.json --write test"
},
"author": {
"name": "Jon Walch",
"url": "https://www.twitter.com/jonwalch"
},
"license": "ISC",
"dependencies": {
"@gnosis.pm/safe-contracts": "github:safe-global/safe-contracts#v1.3.0",
"frax-standard-solidity": "github:FraxFinance/frax-standard-solidity",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"openzeppelin-solidity": "github:OpenZeppelin/openzeppelin-contracts#09329f8a18f08df65863a5060f6e776bf7fccacf",
"prettier": "^2.8.7",
"prettier-plugin-solidity": "^1.1.3",
"safe-tools": "github:colinnielsen/safe-tools",
"solady": "github:Vectorized/solady#v0.0.97",
"solhint": "^3.4.1",
"solhint-plugin-prettier": "^0.0.5"
}
}