-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 784 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 784 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": "sentinel",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test-basic.js"
},
"keywords": [],
"author": "vinay",
"license": "MIT",
"type": "module",
"dependencies": {
"@metamask/delegation-toolkit": "^0.13.0",
"@metamask/smart-accounts-kit": "^0.4.0-beta.1",
"@storacha/client": "^2.1.2",
"@web3-storage/w3up-client": "^17.3.0",
"axios": "^1.13.6",
"dotenv": "^17.3.1",
"viem": "^2.47.6"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^7.0.0",
"@nomicfoundation/hardhat-toolbox-viem": "^5.0.3",
"@nomicfoundation/hardhat-verify": "^3.0.12",
"@types/node": "^22.19.15",
"chai": "^6.2.2",
"hardhat": "^3.2.0",
"typescript": "~5.8.0"
}
}