-
Notifications
You must be signed in to change notification settings - Fork 143
/
package.json
31 lines (31 loc) · 854 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
{
"name": "contracts-starter",
"version": "1.0.0",
"description": "Template for contract projects.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mudgen/contracts-starter.git"
},
"author": "Nick Mudge",
"license": "MIT",
"bugs": {
"url": "https://github.com/mudgen/contracts-starter/issues"
},
"homepage": "https://github.com/mudgen/contracts-starter#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.4",
"dotenv": "^8.6.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.1",
"hardhat": "^2.4.1",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.13",
"standard": "^16.0.3"
}
}