-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 852 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
32
33
34
35
{
"name": "blockswap.weather",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx hardhat test",
"compile": "npx hardhat compile",
"solhint": "./node_modules/.bin/solhint -f table contracts/**/*.sol"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/wankhede04/blockswap.weather.git"
},
"keywords": [
"blockswap",
"registration",
"go-lang",
"solidity"
],
"author": "wankhede04",
"license": "ISC",
"bugs": {
"url": "https://github.com/wankhede04/blockswap.weather/issues"
},
"homepage": "https://github.com/wankhede04/blockswap.weather#readme",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"hardhat": "^2.16.1",
"solhint": "^3.4.1"
},
"dependencies": {
"dotenv": "^16.3.1"
}
}