TOTPFit/package.json

16 lines
334 B
JSON
Raw Permalink Normal View History

{
"name": "totpfit",
2025-02-26 02:16:06 +03:00
"version": "1.1.1",
2025-02-26 01:58:11 +03:00
"description": "Another 2FAuthenticator based on TOTP for Zepp Amazfit GTS 4",
"main": "app.js",
2025-02-26 01:58:11 +03:00
"author": "Lisoveliy",
"license": "MIT",
"devDependencies": {
"@zeppos/device-types": "^3.0.0"
},
"dependencies": {
"@zeppos/zml": "^0.0.27",
"jssha": "^3.3.1"
}
}