-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 810 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 810 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
{
"name": "devicetrustchain",
"version": "1.0.0",
"description": "IoT Device Trust Framework with NFTs and IPFS",
"main": "index.js",
"scripts": {
"test": "npx hardhat test",
"deploy": "npx hardhat run scripts/deploy.js",
"deploy:geth": "npx hardhat run scripts/deploy.js --network geth",
"node": "npx hardhat node",
"coverage": "npx hardhat coverage"
},
"dependencies": {
"@openzeppelin/contracts": "^4.9.3",
"ipfs-http-client": "^71.0.0",
"js-sha256": "^0.9.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"chai": "^4.3.7",
"dotenv": "^16.3.1",
"hardhat": "^2.17.1",
"hardhat-gas-reporter": "^1.0.9"
}
}