{ "name": "open-xiaoai-patch", "version": "1.0.0", "private": true, "type": "module", "scripts": { "ota": "tsx --env-file=.env src/ota.ts", "extract": "bash src/extract.sh", "patch": "bash src/patch.sh", "squashfs": "bash src/squashfs.sh", "build": "bash src/build.sh" }, "dependencies": { "@mi-gpt/miot": "^1.2.1" }, "devDependencies": { "@mi-gpt/config": "1.1.0", "@types/node": "^24.2.1", "tsx": "^4.19.3", "typescript": "^5.8.2" } }