-
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) · 813 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 813 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
{
"name": "smart-contract",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/okbug/smart-contract.git",
"author": "okbug <1583978087@qq.com>",
"license": "MIT",
"dependencies": {
"hardhat": "^2.9.1"
},
"scripts": {
"start": "hardhat",
"compile": "hardhat compile"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.21",
"chai": "^4.3.6",
"dotenv": "^16.0.0",
"ethereum-waffle": "^4.0.0-alpha.0",
"ethers": "^5.6.1",
"html-webpack-plugin": "^5.5.0",
"ts-loader": "^9.2.8",
"ts-node": "^10.7.0",
"typescript": "^4.6.2",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}