-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.5 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "decentralized-insurance",
"version": "1.0.1",
"description": "A decentralized insurance platform using smart contracts",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@chainlink/contracts": "^1.2.0",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
"@openzeppelin/contracts": "^5.0.2",
"axios": "^1.7.7",
"body-parser": "^1.20.3",
"chai": "^4.0.0",
"express": "^4.21.0",
"express-session": "^1.17.3",
"jsonwebtoken": "^9.0.2",
"nodemon": "^3.1.4",
"yarn": "^1.22.22"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-ignition": "^0.15.5",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.11",
"@nomicfoundation/ignition-core": "^0.15.5",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.19",
"@types/mocha": "^10.0.8",
"elliptic": "^6.5.7",
"ethereum-waffle": "^3.4.4",
"ethers": "^6.13.2",
"glob": "^11.0.0",
"hardhat": "^2.22.12",
"hardhat-gas-reporter": "^2.2.1",
"solidity-coverage": "^0.8.13",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.6.2",
"ws": "^8.18.0"
}
}