Skip to content

Commit 30f9bcf

Browse files
committed
chore: bump version and enrich package.json
1 parent f368351 commit 30f9bcf

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
2-
"version": "0.3.0",
2+
"name": "signify-ts",
3+
"version": "0.3.0-dev0",
4+
"description": "Signing at the edge for KERI, ACDC, and KERIA",
5+
"keywords": ["keri","acdc","keria","signify","signify-ts","decentralized identity","authentic data","zero trust architecture"],
6+
"author": "Phil Feairheller",
7+
"homepage": "https://github.com/WebOfTrust/signify-ts",
8+
"repo": {
9+
"type": "git",
10+
"url": "git+https://github.com/WebOfTrust/signify-ts.git"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/WebOfTrust/signify-ts/issues"
14+
},
315
"license": "Apache-2.0",
416
"exports": {
517
".": {
@@ -28,8 +40,6 @@
2840
"pretty": "prettier --write .",
2941
"pretty:check": "prettier --check ."
3042
},
31-
"name": "signify-ts",
32-
"author": "Phil Feairheller",
3343
"devDependencies": {
3444
"@mermaid-js/mermaid-cli": "^10.6.1",
3545
"@types/jest": "^29.5.8",

0 commit comments

Comments
 (0)