generated from agusduha/router-proxy-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.06 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
{
"name": "grateful",
"version": "1.0.0",
"description": "A Web3 subscription payment method with yield",
"main": "index.js",
"scripts": {
"test": "npx hardhat test --network hardhat && forge test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Grateful-protocol/grateful-contracts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Grateful-protocol/grateful-contracts/issues"
},
"homepage": "https://github.com/Grateful-protocol/grateful-contracts#readme",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "2.0.2",
"@openzeppelin/contracts": "4.7.3",
"@synthetixio/core-contracts": "3.1.1",
"@synthetixio/core-modules": "3.1.1",
"@synthetixio/hardhat-storage": "3.1.1",
"@synthetixio/router": "3.1.1",
"@usecannon/cli": "2.4.18",
"cannon-plugin-router": "1.0.15",
"dotenv": "16.0.3",
"hardhat": "2.12.4",
"hardhat-abi-exporter": "2.10.1",
"hardhat-cannon": "2.4.18",
"hardhat-preprocessor": "0.1.5",
"multimatch": "6.0.0"
}
}