Skip to content

Commit 332a46b

Browse files
authored
chore: enrich package.json (#298)
1 parent 4f51f4e commit 332a46b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
2+
"name": "signify-ts",
23
"version": "0.3.0",
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)