Skip to content

Commit

Permalink
chore: enrich package.json (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentbull authored Jan 7, 2025
1 parent 4f51f4e commit 332a46b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"name": "signify-ts",
"version": "0.3.0",
"description": "Signing at the edge for KERI, ACDC, and KERIA",
"keywords": ["keri","acdc","keria","signify","signify-ts","decentralized identity","authentic data","zero trust architecture"],
"author": "Phil Feairheller",
"homepage": "https://github.com/WebOfTrust/signify-ts",
"repo": {
"type": "git",
"url": "git+https://github.com/WebOfTrust/signify-ts.git"
},
"bugs": {
"url": "https://github.com/WebOfTrust/signify-ts/issues"
},
"license": "Apache-2.0",
"exports": {
".": {
Expand Down Expand Up @@ -28,8 +40,6 @@
"pretty": "prettier --write .",
"pretty:check": "prettier --check ."
},
"name": "signify-ts",
"author": "Phil Feairheller",
"devDependencies": {
"@mermaid-js/mermaid-cli": "^10.6.1",
"@types/jest": "^29.5.8",
Expand Down

0 comments on commit 332a46b

Please sign in to comment.