36 lines
799 B
JSON
36 lines
799 B
JSON
{
|
|
"name": "totp-auth-models",
|
|
"version": "1.0.2",
|
|
"description": "ts models for totp auth common to all totp implementations by Phillip N Thern",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.thern.wtf/totp-auth/remodel"
|
|
},
|
|
"keywords": [
|
|
"totp",
|
|
"auth",
|
|
"models",
|
|
"user"
|
|
],
|
|
"author": "Phillip N Thern",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^18.15.7",
|
|
"@types/qr-image": "^3.2.5",
|
|
"@types/speakeasy": "^2.0.7",
|
|
"jimp": "^0.22.7",
|
|
"qrcode-reader": "^1.0.4",
|
|
"typescript": "^5.0.2"
|
|
},
|
|
"dependencies": {
|
|
"deep-email-validator": "^0.1.21",
|
|
"qr-image": "^3.2.0",
|
|
"speakeasy": "^2.0.0"
|
|
}
|
|
}
|