-
-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.14 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "openclaw-termux",
"version": "1.7.3",
"description": "OpenClaw AI Gateway for Android Termux with Bionic Bypass",
"main": "lib/index.js",
"type": "module",
"bin": {
"openclawx": "bin/openclawx",
"openclawx-setup": "bin/openclawx"
},
"scripts": {
"test": "node lib/test.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "node lib/postinstall.js"
},
"keywords": [
"openclaw",
"termux",
"android",
"ai",
"gateway",
"gemini",
"claude"
],
"author": "Mithun Gowda B <mithungowda.b7411@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mithun50/openclaw-termux.git"
},
"homepage": "https://github.com/mithun50/openclaw-termux#readme",
"bugs": {
"url": "https://github.com/mithun50/openclaw-termux/issues"
},
"engines": {
"node": ">=18.0.0"
},
"os": [
"android",
"linux"
],
"dependencies": {
"chalk": "^5.3.0",
"inquirer": "^9.2.12",
"ora": "^7.0.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"globals": "^15.14.0"
}
}