{ "name": "totp-auth-rest", "version": "1.1.1", "description": "express rest api with typeORM, totp-auth-models and postgresql", "main": "index.js", "scripts": { "test": "node test.js", "build":"tsc", "start": "node dist/index.js" }, "repository": { "type": "git", "url": "https://gitlab.thern.wtf/totp-auth/rerest.git" }, "keywords": [ "express", "typrORM", "totp-auth", "postgres" ], "author": "Phillip N Thern", "license": "MIT", "dependencies": { "cors": "^2.8.5", "express": "^4.18.2", "jsonwebtoken": "^9.0.0", "nodemailer": "^6.9.1", "pg": "^8.10.0", "totp-auth-models": "https://gitlab.thern.wtf/totp-auth/remodel.git", "typeorm": "^0.3.15", "typescript": "^5.0.4", "yaml": "^2.2.2" }, "devDependencies": { "@types/cors": "^2.8.13", "@types/express": "^4.17.17", "@types/jsonwebtoken": "^9.0.2", "@types/node": "^20.1.0", "@types/nodemailer": "^6.4.7" } }