Files
GitFrog1111 41bc53e194 Whipped
2026-04-14 17:34:18 +07:00

53 lines
961 B
JSON

{
"name": "openwhip",
"version": "1.1.0",
"description": "Whip Claude into shape",
"license": "MIT",
"main": "main.js",
"bin": {
"openwhip": "bin/openwhip.js",
"badclaude": "bin/openwhip.js"
},
"os": [
"darwin",
"linux",
"win32"
],
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"electron",
"tray",
"overlay",
"cli"
],
"repository": {
"type": "git",
"url": "git+https://github.com/GitFrog1111/OpenWhip.git"
},
"bugs": {
"url": "https://github.com/GitFrog1111/OpenWhip/issues"
},
"homepage": "https://github.com/GitFrog1111/OpenWhip#readme",
"files": [
"main.js",
"preload.js",
"overlay.html",
"sounds",
"icon",
"bin/openwhip.js",
"bin/badclaude.js",
"README.md"
],
"scripts": {
"start": "electron .",
"dev": "electron .",
"pack": "npm pack"
},
"dependencies": {
"electron": "^33.0.0",
"koffi": "^2.9.0"
}
}