This repository has been archived on 2024-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
DataHoard/package.json

24 lines
555 B
JSON

{
"dependencies": {
"@types/nodemailer": "^6.4.4",
"mysql": "^2.18.1",
"nodemailer": "^6.6.3"
},
"name": "datahoard",
"description": "Make sure your database backups run and keep track of performance",
"version": "0.1.0",
"main": "dist/app.js",
"devDependencies": {
"@types/mysql": "^2.15.19"
},
"scripts": {
"start": "tsc && node dist/app.js"
},
"repository": {
"type": "git",
"url": "https://tea.chunkbyte.com/kato/DataHoard.git"
},
"author": "Kato Twofold",
"license": "SEE LICENSE IN LICENSE"
}