-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 819 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "klaudio",
"version": "0.13.2",
"description": "Add sound effects to your coding sessions — play sounds when tasks complete, notifications arrive, and more",
"type": "module",
"bin": {
"klaudio": "./bin/cli.js"
},
"files": [
"bin/",
"src/",
"sounds/"
],
"scripts": {
"generate-sounds": "node scripts/generate-sounds.js",
"start": "node bin/cli.js",
"build": "bun run build.js",
"build:all": "bun run build.js --all"
},
"keywords": [
"klonk",
"sounds",
"sfx",
"hooks",
"notifications",
"audio",
"claude-code",
"coding-tools"
],
"license": "MIT",
"dependencies": {
"ink": "^6.8.0",
"ink-select-input": "^6.2.0",
"ink-spinner": "^5.0.0",
"react": "^19.2.4"
},
"engines": {
"node": ">=18"
}
}