-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.19 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
{
"name": "gif-next-sandbox",
"version": "0.0.1",
"description": "A sandbox project for the next version of the GIF smart contracts",
"main": "index.js",
"scripts": {
"build": "hh compile",
"test": "hh test",
"ptest": "hh test --parallel",
"test-with-gas": "REPORT_GAS=true hh test",
"coverage": "hh coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etherisc/gif-next-sandbox.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/etherisc/gif-next-sandbox/issues"
},
"homepage": "https://github.com/etherisc/gif-next-sandbox#readme",
"devDependencies": {
"@etherisc/gif-next": "0.0.2-e0ff180-567",
"@nomicfoundation/hardhat-foundry": "^1.1.2",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"dotenv": "^16.3.1",
"eslint": "^9.11.1",
"hardhat": "^2.22.11",
"prettier": "^3.3.3",
"prettier-plugin-solidity": "^1.4.1",
"typescript": "^5"
},
"dependencies": {
"abi-coder": "^5.0.0",
"ethers": "^6.13.2",
"ethers-decode-error": "^2.1.3",
"winston": "^3.14.2"
}
}