{ "name": "@oneuptime/app", "version": "1.0.0", "description": "", "main": "Index.ts", "scripts": { "start": "node --require ts-node/register Index.ts", "compile": "tsc", "clear-modules": "rm -rf node_modules && rm package-lock.json && npm install", "dev": "npx nodemon", "audit": "npm audit --audit-level=low", "dep-check": "npm install -g depcheck && depcheck ./ --skip-missing=true", "test": "rm -rf build && jest --detectOpenHandles --passWithNoTests", "coverage": "jest --detectOpenHandles --coverage" }, "author": "OneUptime (https://oneuptime.com/)", "license": "Apache-2.0", "dependencies": { "@sendgrid/mail": "^8.1.0", "Common": "file:../Common", "ejs": "^3.1.9", "handlebars": "^4.7.8", "nodemailer": "^6.9.7", "ts-node": "^10.9.1", "twilio": "^4.20.0", "xml-crypto": "^3.2.0", "xml2js": "^0.6.2", "xmldom": "^0.6.0" }, "devDependencies": { "@types/jest": "^29.5.11", "@types/node": "^17.0.31", "@types/nodemailer": "^6.4.14", "@types/xml2js": "^0.4.14", "@types/xmldom": "^0.1.34", "jest": "^28.1.0", "nodemon": "^2.0.20" } }