-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 KB
/
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
39
40
41
{
"name": "@windingtree/smart-contracts-libraries",
"version": "0.4.0",
"description": "Libraries and utilities for smart contracts",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Tests are skipped for now\"",
"build": "npx truffle compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/windingtree/smart-contracts-libraries.git"
},
"keywords": [
"windingtree",
"smart",
"contract",
"solidity",
"ethereum",
"libraries"
],
"author": "Winding Tree Developers <dev@windingtree.com>",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/windingtree/smart-contracts-libraries/issues"
},
"homepage": "https://github.com/windingtree/smart-contracts-libraries#readme",
"dependencies": {
"@openzeppelin/contracts": "3.4.0",
"@openzeppelin/contracts-upgradeable": "3.4.0",
"@openzeppelin/upgrades-core": "1.5.0"
},
"devDependencies": {
"solc": "0.8.1",
"solhint": "3.3.2",
"truffle": "5.1.64",
"@truffle/hdwallet-provider": "1.2.1"
}
}