-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.18 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
{
"name": "blockchain-basic",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "2.0.2",
"@nomiclabs/hardhat-etherscan": "2.1.3",
"@nomiclabs/hardhat-waffle": "2.0.1",
"@openzeppelin/contracts": "4.8.2",
"@typechain/ethers-v5": "5.0.0",
"@types/chai": "^4.2.18",
"@types/lodash": "^4.14.182",
"@types/mocha": "^8.2.2",
"@types/moment": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"chai": "^4.3.4",
"dotenv": "^16.0.3",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.7.2",
"fs": "^0.0.1-security",
"hardhat": "^2.12.5",
"hardhat-typechain": "^0.3.5",
"prettier": "^2.8.3",
"prettier-plugin-solidity": "^1.1.1",
"sol-merger": "^3.1.0",
"ts-generator": "^0.1.1",
"ts-node": "^10.9.1",
"typechain": "^4.0.0",
"typescript": "^4.9.4"
}
}