-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 907 Bytes
/
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
{
"name": "psql-backup-cron",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "babel-node ./src/app.js",
"start:dev": "nodemon --exec babel-node ./src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/victkarangwa/psql-backup-cron.git"
},
"author": "Victor Karangwa",
"license": "MIT",
"bugs": {
"url": "https://github.com/victkarangwa/psql-backup-cron/issues"
},
"homepage": "https://github.com/victkarangwa/psql-backup-cron#readme",
"dependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.15",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"moment": "^2.29.1",
"node-schedule": "^2.0.0",
"nodemailer": "^6.6.3",
"nodemon": "^2.0.12"
}
}