-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 970 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 970 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
28
29
30
31
{
"name": "grantstream",
"version": "1.0.0",
"description": "[](https://grant-stream.vercel.app) [](https://grant-stream.vercel.app)",
"main": "index.js",
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"deploy": "hardhat run scripts/deploy.js --network baseSepolia"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dharmesh070294/GrantStream.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Dharmesh070294/GrantStream/issues"
},
"homepage": "https://github.com/Dharmesh070294/GrantStream#readme",
"dependencies": {
"@openzeppelin/contracts": "^5.6.1",
"dotenv": "^17.4.2"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^6.1.2",
"hardhat": "^2.28.6"
}
}