39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "ai_uiautomation_midscene",
|
|
"version": "1.0.0",
|
|
"description": "AI-driven UI automation testing for SwitchBot App using Midscene.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:bot": "vitest run tests/bot",
|
|
"test:connect": "vitest run tests/bot/bot_connect.test.ts",
|
|
"test:setting": "vitest run tests/bot/bot_setting.test.ts",
|
|
"test:card": "vitest run tests/bot/bot_card.test.ts",
|
|
"test:logs": "vitest run tests/bot/bot_logs.test.ts",
|
|
"test:scene": "vitest run tests/bot/bot_scene.test.ts",
|
|
"gen:must-test": "ts-node scripts/gen-must-test-manifest.ts"
|
|
},
|
|
"keywords": [
|
|
"ui-automation",
|
|
"midscene",
|
|
"ios",
|
|
"switchbot",
|
|
"ai-testing"
|
|
],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"@midscene/core": "^1.8.1",
|
|
"@midscene/ios": "^1.8.1",
|
|
"@types/node": "^25.8.0",
|
|
"dotenv": "^17.4.2",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^6.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@midscene/web": "^1.8.1",
|
|
"vitest": "^4.1.6"
|
|
}
|
|
}
|