-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 932 Bytes
/
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
{
"name": "data-management-contract",
"version": "1.0.0",
"description": "storing & retrievel a CID from IPFS for FEVM smart contract and dApp to consume",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/longfeiWan9/data-management-contract.git"
},
"keywords": [
"IPFS",
"Filecoin",
"FVM"
],
"author": "longfei",
"license": "MIT",
"bugs": {
"url": "https://github.com/longfeiWan9/data-management-contract/issues"
},
"homepage": "https://github.com/longfeiWan9/data-management-contract#readme",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"hardhat": "^2.19.1",
"install": "^0.13.0",
"npm": "^10.2.4"
},
"dependencies": {
"cids": "^1.1.9",
"dotenv": "^16.3.1",
"kubo-rpc-client": "^3.0.2"
}
}