VHS-watch/package.json

17 lines
360 B
JSON
Raw Normal View History

2024-10-20 02:54:13 +03:00
{
"name": "vhs-watch",
2024-11-23 16:05:33 +03:00
"version": "1.1.1",
2024-10-20 02:54:13 +03:00
"description": "vhs watch for Zepp OS 3.0 (GTS 4)",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Lisoveliy",
2024-10-20 03:35:23 +03:00
"license": "MIT",
2024-10-20 02:54:13 +03:00
"devDependencies": {
"@zeppos/device-types": "^3.0.0"
},
"dependencies": {
"@zeppos/zml": "^0.0.9"
}
2024-11-23 16:03:39 +03:00
}