This commit is contained in:
GitFrog1111
2026-04-14 17:34:18 +07:00
parent 0156720ea8
commit 41bc53e194
6 changed files with 113 additions and 46 deletions
+9 -6
View File
@@ -1,14 +1,16 @@
{
"name": "badclaude",
"version": "1.0.2",
"name": "openwhip",
"version": "1.1.0",
"description": "Whip Claude into shape",
"license": "MIT",
"main": "main.js",
"bin": {
"badclaude": "bin/badclaude.js"
"openwhip": "bin/openwhip.js",
"badclaude": "bin/openwhip.js"
},
"os": [
"darwin",
"linux",
"win32"
],
"engines": {
@@ -22,18 +24,19 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/GitFrog1111/badclaude.git"
"url": "git+https://github.com/GitFrog1111/OpenWhip.git"
},
"bugs": {
"url": "https://github.com/GitFrog1111/badclaude/issues"
"url": "https://github.com/GitFrog1111/OpenWhip/issues"
},
"homepage": "https://github.com/GitFrog1111/badclaude#readme",
"homepage": "https://github.com/GitFrog1111/OpenWhip#readme",
"files": [
"main.js",
"preload.js",
"overlay.html",
"sounds",
"icon",
"bin/openwhip.js",
"bin/badclaude.js",
"README.md"
],