2024-11-09 16:37:03 +03:00
|
|
|
{
|
|
|
|
"name": "totpfit",
|
2025-02-26 02:28:30 +03:00
|
|
|
"version": "1.1.2",
|
2025-02-26 01:58:11 +03:00
|
|
|
"description": "Another 2FAuthenticator based on TOTP for Zepp Amazfit GTS 4",
|
2024-11-09 16:37:03 +03:00
|
|
|
"main": "app.js",
|
2025-02-26 01:58:11 +03:00
|
|
|
"author": "Lisoveliy",
|
2024-11-09 16:37:03 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"@zeppos/device-types": "^3.0.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-12-21 17:56:45 +03:00
|
|
|
"@zeppos/zml": "^0.0.27",
|
2024-11-09 16:37:03 +03:00
|
|
|
"jssha": "^3.3.1"
|
|
|
|
}
|
|
|
|
}
|