-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.08 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.08 KB
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
{
"name": "testblock2",
"version": "1.0.0",
"description": "TestBlock2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx hardhat compile && npx hardhat deploy --network neondevnet",
"build": "npm install --legacy-peer-deps @nomiclabs/hardhat-ethers@^2.0.0 @types/sinon-chai@^3.2.3 ethereum-waffle@* ethers@^5.0.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@openzeppelin/contracts": "^5.1.0",
"dotenv": "^16.4.5",
"hardhat": "^2.22.15",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/sinon-chai": "^3.2.12",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.7.2"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/sinon-chai": "^3.2.12",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.7.2"
}
}