-
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) · 978 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 978 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": "poolingcontract",
"version": "1.0.0",
"description": "It consists of two contracts : a library and a \"normal\" contract. Using this method, it's cheaper (53%) in terms of gas used to deploy. You will have to search by yourself on how to link the library code into the other contract.",
"main": "truffle-config.js",
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"@openzeppelin/contracts": "^3.2.2-solc-0.7",
"@truffle/hdwallet-provider": "^1.0.43",
"express": "^4.17.1",
"truffle": "^5.1.41",
"truffle-hdwallet-provider": "^1.0.17"
},
"devDependencies": {},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elishadrion/PoolingContract.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/elishadrion/PoolingContract/issues"
},
"homepage": "https://github.com/elishadrion/PoolingContract#readme"
}