-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 802 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 802 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
{
"name": "value-tree",
"version": "0.1.0",
"description": "Implementation of a value tree through Ethereum smart contracts.",
"main": "index.js",
"repository": "https://github.com/dowlandaiello/value-tree",
"author": "Dowland Aiello",
"license": "MIT",
"private": false,
"dependencies": {
"@metamask/detect-provider": "^1.2.0",
"@openzeppelin/contracts": "^4.4.2",
"@truffle/contract": "^4.4.9",
"ipfs": "^0.62.1",
"ipfs-core-types": "^0.10.1",
"ipfs-http-client": "^56.0.1",
"truffle": "^5.7.9"
},
"devDependencies": {
"@chainsafe/truffle-plugin-abigen": "^0.0.2",
"@openzeppelin/test-helpers": "^0.5.15",
"@truffle/hdwallet-provider": "^2.0.1",
"ganache": "^7.0.1",
"truffle-plugin-verify": "^0.5.21",
"web3": "^1.7.0"
}
}