shellx-ai
Version:
shellx is a powerful WebSocket-based client for controlling shell commands and UI automation on remote devices.
58 lines (57 loc) • 1.35 kB
JSON
{
"name": "shellx-ai",
"version": "1.0.3",
"description": "shellx is a powerful WebSocket-based client for controlling shell commands and UI automation on remote devices.",
"repository": {
"url": "git+https://github.com/10cl/shellx.git",
"type": "git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"postbuild": "echo Build completed successfully",
"prepublishOnly": "npm run build",
"test": "jest"
},
"keywords": [
"websocket",
"shell",
"automation",
"ui-automation",
"remote-control",
"android",
"adb",
"device-control"
],
"author": "10cl <notice@toscl.com>",
"license": "MIT",
"dependencies": {
"cbor-x": "^1.6.0",
"dotenv": "^16.4.5",
"uuid": "^11.1.0"
},
"optionalDependencies": {
"node-fetch": "^3.3.2",
"ws": "^8.14.2"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^24.0.13",
"jest": "^30.0.4",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"langchain": "^0.1.34",
"promptflow-eval": "1.0.0",
"promptflow-template": "1.0.0",
"promptflowx": "^0.1.7"
},
"bugs": {
"url": "https://github.com/10cl/shellx/issues"
},
"homepage": "https://github.com/10cl/shellx#readme"
}