mirror of
https://github.com/GitFrog1111/badclaude.git
synced 2026-08-12 22:20:34 +02:00
Initial commit
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user