Add prepare script for git-install builds; fix repository URL

This commit is contained in:
Keysat
2026-05-07 18:57:09 -05:00
parent a35ddc73b3
commit 61a6518ac8
+2 -1
View File
@@ -17,6 +17,7 @@
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts --clean",
"test": "vitest run",
"prepare": "npm run build",
"prepublishOnly": "npm run build && npm test"
},
"keywords": [
@@ -26,7 +27,7 @@
"start9",
"ed25519"
],
"repository": "https://github.com/keysat-xyz/keysat",
"repository": "https://github.com/keysat-xyz/keysat-client-ts",
"license": "MIT",
"engines": { "node": ">=18" },
"dependencies": {