-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.26 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
42
43
44
45
46
47
{
"name": "@solidity-utilities/library-mapping-string",
"version": "0.0.3",
"description": "Solidity library for mapping of string key/value pairs",
"main": "null",
"directories": {
"test": "test"
},
"scripts": {
"compile": "truffle compile",
"ganache-cli": "ganache-cli",
"soldocgen": "soldocgen --output gitbook --ignore Migrations.sol docs/ contracts/",
"test": "truffle test",
"truffle-contract-size": "truffle run contract-size",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/solidity-utilities/library-mapping-string.git"
},
"keywords": [
"ethereum",
"library",
"mapping",
"solidity",
"string",
"truffle"
],
"author": "S0AndS0",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/solidity-utilities/library-mapping-string/issues"
},
"homepage": "https://github.com/solidity-utilities/library-mapping-string#readme",
"funding": {
"type": "individual",
"url": "https://liberapay.com/solidity-utilities/"
},
"devDependencies": {
"@truffle/hdwallet-provider": "^2.0.0",
"ganache-cli": "^6.12.2",
"husky": "^8.0.3",
"soldocgen": "^0.0.3",
"truffle": "^5.1.65",
"truffle-contract-size": "^2.0.1"
}
}