Files
open-xiaoai/packages/client-patch/package.json
T

23 lines
497 B
JSON
Raw Normal View History

{
"name": "open-xiaoai-patch",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"ota": "tsx --env-file=.env src/ota.ts",
2025-08-17 07:18:16 +08:00
"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"
}
}