forked from rk-rishikesh/DataDAO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 979 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
37
38
{
"name": "Data DAO",
"version": "0.0.0",
"description": "Data DAO Contract",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/rk-rishikesh/DataDAO"
},
"keywords": [
"FEVM",
"EVM",
"Solidity",
"Filecoin"
],
"author": "Rishikesh Kale",
"license": "Apache-2.0",
"homepage": "https://github.com/rk-rishikesh/DataDAO#readme",
"files": [
"contracts"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0"
},
"dependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.1",
"@openzeppelin/contracts": "^4.8.0",
"@zondax/solidity-bignumber": "^0.1.0",
"cids": "^0.7.5",
"hardhat-deploy": "^0.11.22",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"solidity-cborutils": "^2.0.0"
}
}