Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
"check": "node scripts/check.mjs",
"test": "node --test",
"typecheck": "tsc --project tsconfig.json",
"build": "node scripts/build.mjs"
"build": "node scripts/build.mjs",
"package:smoke": "npm pack --dry-run",
"release:check": "npm test && npm run check && npm run build && npm run package:smoke",
"smoke": "npm run build && bash scripts/smoke.sh"
},
"keywords": [
"voice-agent",
Expand All @@ -27,5 +30,13 @@
"turn-taking"
],
"author": "Roger Chappel",
"license": "MIT"
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rogerchappel/bargekit.git"
},
"bugs": {
"url": "https://github.com/rogerchappel/bargekit/issues"
},
"homepage": "https://github.com/rogerchappel/bargekit#readme"
}