-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 911 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
36
37
38
39
{
"name": "@dk1a/solidity-stringutils",
"version": "0.3.3",
"author": "dk1a <[email protected]>",
"license": "MIT",
"description": "StrSlice & Slice library for Solidity",
"keywords": [
"solidity",
"library",
"string",
"slice",
"ethereum",
"smart-contracts"
],
"repository": {
"type": "git",
"url": "https://github.com/dk1a/solidity-stringutils.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"prepare": "husky install",
"test": "forge test",
"build": "forge build",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"files": [
"/src"
],
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@prb/test": "^0.2.1",
"conventional-changelog-cli": "^2.2.2",
"husky": "^8.0.3"
},
"dependencies": {}
}