forked from 28softwares/BackupDBee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "auto-db-backup-and-email",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint \"**/*.{ts,tsx}\"",
"start": "ts-node ./src/cli/cli.ts",
"prepare": "husky"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.637.0",
"@clack/prompts": "^0.7.0",
"@types/nodemailer": "^6.4.15",
"chalk": "^4.1.2",
"class-transformer": "^0.5.1",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"nodemailer": "^6.9.14",
"ts-node": "^10.9.2",
"winston": "^3.14.1",
"yaml": "^2.5.1"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/express": "^4.17.21",
"@types/node": "^18.19.44",
"eslint": "^9.9.0",
"globals": "^15.9.0",
"husky": "^9.1.5",
"ts-node-dev": "^2.0.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0"
},
"packageManager": "[email protected]+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0"
}