UNPKG

sms-verifier

Version:

ESP32 + SIM800L ile çalışan basit SMS doğrulama kütüphanesi

32 lines (31 loc) 717 B
{ "name": "sms-verifier", "version": "1.0.0", "description": "ESP32 + SIM800L ile çalışan basit SMS doğrulama kütüphanesi", "main": "index.js", "scripts": { "test": "node test/test.js" }, "keywords": [ "sms", "verification", "esp32", "sim800l", "2fa", "authentication" ], "author": "Yazar Adınız <email@domain.com>", "license": "MIT", "type": "commonjs", "dependencies": { "axios": "^1.9.0" }, "repository": { "type": "git", "url": "git+https://github.com/batuhannayz/sms-verifier.git" }, "bugs": { "url": "https://github.com/batuhannayz/sms-verifier/issues" }, "homepage": "https://github.com/batuhannayz/sms-verifier#readme" }