forked from tailorvj/hardhat-gitpod
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 669 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "hardhat-gitpod",
"version": "0.0.2",
"description": "A basic HardHat setup for deploying various Solidity contracts. Using Gitpod.io as a development environment",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Tailor VJ <tailor.vj@gmail.com>",
"license": "AGPL-3.0",
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"ethers": "^6.13.2",
"hardhat": "^2.22.10",
"hardhat-network-helpers": "^0.0.1"
},
"dependencies": {
"alchemy-sdk": "^3.1.2",
"dotenv": "^16.4.1"
}
}