-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.34 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "stakeverse-protocol",
"version": "1.0.0",
"description": "A simplified Web3 staking and governance protocol built with Solidity and Hardhat.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/psatomas/stakeverse-protocol.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/psatomas/stakeverse-protocol/issues"
},
"homepage": "https://github.com/psatomas/stakeverse-protocol#readme",
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^4.0.11",
"@nomicfoundation/hardhat-ignition": "^3.1.5",
"@nomicfoundation/hardhat-toolbox-mocha-ethers": "^3.0.5",
"@nomicfoundation/hardhat-verify": "^3.0.18",
"@types/chai": "^5.2.3",
"@types/chai-as-promised": "^8.0.2",
"@types/mocha": "^10.0.10",
"@types/node": "^22.19.19",
"chai": "^6.2.2",
"ethers": "^6.16.0",
"forge-std": "github:foundry-rs/forge-std#v1.9.4",
"hardhat": "^3.4.5",
"mocha": "^11.7.5",
"ts-node": "^10.9.2",
"typescript": "~5.8.0"
},
"type": "module",
"dependencies": {
"@chainlink/contracts": "^1.5.0",
"@openzeppelin/contracts": "^5.6.1",
"dotenv": "^17.4.2"
}
}