-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 968 Bytes
/
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
{
"name": "smart-contract-test",
"version": "1.0.0",
"description": "Various testing of smart contract",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Advance-Solidity/smart-contract-test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Advance-Solidity/smart-contract-test/issues"
},
"homepage": "https://github.com/Advance-Solidity/smart-contract-test#readme",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.2",
"hardhat": "^2.12.3"
},
"dependencies": {
"@nomicfoundation/hardhat-network-helpers": "^1.0.7",
"@openzeppelin/contracts": "^4.8.0",
"chai": "^4.3.7",
"mocha": "^10.1.0"
}
}