2024-11-09 16:37:03 +03:00
|
|
|
{
|
|
|
|
"name": "totpfit",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "TOTP Authenticator for Amazfit devices",
|
|
|
|
"main": "app.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|