-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "frax-standard-solidity",
"version": "1.0.0",
"description": "A standard library for frax solidity",
"main": "src",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "forge test",
"prepare": "husky install",
"build": "tsc"
},
"author": "Drake Evans (twitter.com/drakeevansv1)",
"license": "ISC",
"dependencies": {
"@chainlink/contracts": "^0.6.1",
"@openzeppelin/contracts": "^5.0.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^18.19.7",
"change-case": "^4.1.2",
"commander": "^10.0.1",
"date-fns": "^2.30.0",
"ds-test": "github:dapphub/ds-test",
"forge-std": "github:foundry-rs/forge-std#e8a047e3f40f13fa37af6fe14e6e06283d9a060e",
"fs-extra": "^11.2.0",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"prettier": "^3.2.2",
"prettier-plugin-solidity": "^1.3.1",
"solc": "^0.8.23",
"solhint": "^3.6.2",
"solhint-plugin-prettier": "^0.1.0",
"solidity-bytes-utils": "^0.8.2",
"toml": "^3.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"devDependencies": {
"glob": "^10.3.10"
}
}