-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.03 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": "gsn-contract-deployments",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "npx hardhat compile",
"test": "npx hardhat test",
"deploy": "npx hardhat run scripts/deploy.ts",
"deploy:local": "npx hardhat --network localhost run scripts/deploy.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jjordan-quantum/gsn-contract-deployments.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jjordan-quantum/gsn-contract-deployments/issues"
},
"homepage": "https://github.com/jjordan-quantum/gsn-contract-deployments#readme",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@openzeppelin/test-helpers": "^0.5.15",
"ethereumjs-wallet": "^1.0.2",
"hardhat": "^2.20.1"
},
"dependencies": {
"@metamask/eth-sig-util": "^7.0.1",
"@openzeppelin/contracts": "^4.2.0",
"web3-utils": "^4.2.0"
}
}