-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
35 lines (35 loc) · 924 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
{
"name": "@polytope-labs/solidity-merkle-trees",
"version": "0.3.4",
"description": "The most advanced solidity library for merkle (multi) proof verification of different kinds of merkle trees",
"author": "Polytope Labs <hello@polytope.technology>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/polytope-labs/solidity-merkle-trees/issues"
},
"homepage": "https://github.com/polytope-labs/solidity-merkle-trees#readme",
"directories": {
"lib": "src"
},
"files": [
"./src/**/*.sol"
],
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/polytope-labs/solidity-merkle-trees.git"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"merkle-trees",
"algorithms"
],
"dependencies": {
"openzeppelin-solidity": "^4.8.1",
"prettier": "^3.3.3",
"prettier-plugin-solidity": "^1.4.1"
}
}