Files
badclaude/package.json
T
GitFrog1111 fc14b60875 macicon
2026-04-04 16:27:46 +07:00

50 lines
895 B
JSON

{
"name": "badclaude",
"version": "1.0.1",
"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"
],
"repository": {
"type": "git",
"url": "git+https://github.com/GitFrog1111/badclaude.git"
},
"bugs": {
"url": "https://github.com/GitFrog1111/badclaude/issues"
},
"homepage": "https://github.com/GitFrog1111/badclaude#readme",
"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"
}
}