-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
33 lines (33 loc) · 879 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
{
"name": "inflate-sol",
"version": "0.0.0",
"description": "Inflate implementation in Solidity.",
"main": "index.js",
"scripts": {
"build": "npx hardhat compile",
"test": "npx hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adlerjohn/inflate-sol.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/adlerjohn/inflate-sol/issues"
},
"homepage": "https://github.com/adlerjohn/inflate-sol#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.0",
"ethereum-waffle": "^3.2.2",
"ethers": "^5.0.29",
"hardhat": "^2.0.8",
"hardhat-gas-reporter": "^1.0.4",
"pako": "^2.0.3",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "^1.0.0-beta.3",
"solc": "0.8.1"
}
}