mirror of
https://github.com/GitFrog1111/badclaude.git
synced 2026-04-22 03:56:22 +02:00
3deaabfaa6
Made-with: Cursor
42 lines
650 B
JSON
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"
|
|
}
|
|
}
|