generated from solidstate-network/hardhat-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.54 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@solidstate/abdk-math-extensions",
"version": "1.0.0",
"author": "Nick Barry",
"license": "MIT",
"description": "SolidState extensions for the ABDK Solidity libraries",
"repository": "github:solidstate-network/abdk-math-extensions",
"keywords": [
"solidity",
"smart-contracts",
"abdk",
"math",
"fixed-point",
"ethereum",
"ether",
"eth",
"cryptocurrency",
"crypto",
"wow",
"library",
"hardhat",
"buidler"
],
"scripts": {
"prepare": "husky install",
"prettier": "prettier --write --ignore-path .gitignore ."
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/hardhat": "^6.0.0",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"abdk-libraries-solidity": "^3.0.0",
"chai": "^4.3.6",
"dotenv": "^16.0.0",
"ethereum-waffle": "^3.4.4",
"ethers": "5.6.0",
"hardhat": "2.9.2",
"hardhat-exposed": "^0.2.3",
"hardhat-gas-reporter": "^1.0.8",
"hardhat-spdx-license-identifier": "^2.0.3",
"husky": "^7.0.4",
"lint-staged": "^12.4.1",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"solidity-coverage": "^0.7.21",
"ts-node": "^10.7.0",
"typechain": "^8.0.0",
"typescript": "^4.6.4"
},
"peerDependencies": {
"abdk-libraries-solidity": "^3.0.0"
},
"files": [
"contracts/*.sol"
],
"publishConfig": {
"access": "public"
}
}