From 332a46b7b279979a99660a18baa02e1df28776ab Mon Sep 17 00:00:00 2001 From: Kent Bull Date: Tue, 7 Jan 2025 00:41:06 -0800 Subject: [PATCH] chore: enrich package.json (#298) --- package.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bf881b81..87516451 100644 --- a/package.json +++ b/package.json @@ -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": { ".": { @@ -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",