forked from dominant-strategies/hardhat-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 749 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 749 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
{
"name": "hardhat-example",
"version": "1.0.0",
"description": "A simple example repository for deploying a smart contract to any Quai Network Chain",
"main": "index.js",
"scripts": {
"test": "echo Nothing to test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dominant-strategies/hardhat-example.git"
},
"author": "Judi",
"license": "ISC",
"bugs": {
"url": "https://github.com/dominant-strategies/hardhat-example/issues"
},
"homepage": "https://github.com/dominant-strategies/hardhat-example#readme",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"dotenv": "^16.0.1",
"hardhat": "2.19.1",
"quai-hardhat-plugin": "^1.0.2",
"quais": "^0.1.17",
"quais-polling": "^1.0.4"
}
}