-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.42 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
{
"name": "Meta-Txn-Project-Repo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"local:start": "hardhat node",
"local:deploy": "hardhat run scripts/deploy.js",
"local:sign": "npx hardhat run scripts/sign.js",
"deploy": "npx hardhat run scripts/deploy.js ",
"sign": "npx hardhat run scripts/sign.js ",
"events": "npx hardhat run scripts/events.js ",
"verify": "npx hardhat run scripts/verify.js ",
"build": "rollup -c",
"invoke": "bash ./scripts/invoke.sh",
"upload": "yarn build && node scripts/upload.js ",
"relay": "node scripts/relay.js",
"test": "NODE_ENV=test hardhat test"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.1.1",
"builtin-modules": "^3.2.0",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"create-react-app": "^4.0.2",
"defender-autotask-client": "^1.4.1",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.2.2",
"ethers": "^5.0.30",
"hardhat": "^2.0.8",
"rollup": "^2.38.5"
},
"dependencies": {
"@goplugin/contracts": "^0.0.2",
"@openzeppelin/contracts": "^4.6.0",
"defender-relay-client": "^1.3.1",
"eth-sig-util": "^3.0.1",
"express": "^4.17.3"
}
}