-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.48 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
48
49
{
"name": "arbitrum-test",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"execute": "ts-node -r tsconfig-paths/register",
"build": "rm -rf artifacts cache typechain && hardhat compile",
"deploy-rinkeby": "hardhat --network rinkeby deploy --no-compile",
"migration:create": "db-migrate -e local create",
"migration:up": "db-migrate -e local up"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.1.0",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.0.2",
"@types/chai": "^4.2.19",
"@types/mocha": "^8.2.2",
"@types/node": "^15.12.4",
"@types/node-schedule": "^1.3.1",
"@types/sqlite3": "^3.1.7",
"@types/yargs": "^17.0.0",
"arb-ts": "^0.0.25",
"chai": "^4.3.4",
"db-migrate": "^0.11.12",
"db-migrate-sqlite3": "^0.4.0",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.3.1",
"hardhat": "^2.4.0",
"hardhat-deploy": "^0.8.8",
"hardhat-ethers": "^1.0.1",
"mocha": "^9.0.1",
"node-schedule": "^2.0.0",
"prettier": "^2.3.1",
"prettier-plugin-solidity": "^1.0.0-beta.13",
"solhint": "^3.3.6",
"solhint-plugin-prettier": "^0.0.5",
"sqlite3": "^5.0.2",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.9.0",
"typechain": "^5.0.0",
"typescript": "^4.3.4",
"winston": "^3.3.3",
"yargs": "^17.0.1"
}
}