-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 930 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 930 Bytes
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
{
"name": "solidity-deploy-scripts",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.5.0",
"@openzeppelin/hardhat-upgrades": "^1.14.0",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/node": "^16.7.1",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethereumjs-tx": "^2.1.2",
"ethers": "^5.0.0",
"hardhat": "^2.8.4",
"ts-node": "^10.2.1",
"web3": "^1.5.2"
},
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "Cormac <cormacncheese@gmail.com>",
"scripts": {
"compile": "npx hardhat compile",
"console": "npx hardhat console",
"test": "npx hardhat test"
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "^4.5.1",
"dotenv": "^16.0.0",
"typescript": "^4.3.5"
},
"engines": {
"node": ">=14.17.0"
}
}