Files
badclaude/package.json
T
GitFrog1111 3deaabfaa6 Initial commit
Made-with: Cursor
2026-04-04 14:52:48 +07:00

42 lines
650 B
JSON

{
"name": "badclaude",
"version": "1.0.0",
"description": "Whip Claude into shape",
"license": "MIT",
"main": "main.js",
"bin": {
"badclaude": "./bin/badclaude.js"
},
"os": [
"darwin",
"win32"
],
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"electron",
"tray",
"overlay",
"cli"
],
"files": [
"main.js",
"preload.js",
"overlay.html",
"sounds",
"icon",
"bin/badclaude.js",
"README.md"
],
"scripts": {
"start": "electron .",
"dev": "electron .",
"pack": "npm pack"
},
"dependencies": {
"electron": "^33.0.0",
"koffi": "^2.9.0"
}
}