-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 KB
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": "services-backup",
"version": "v1.0.0-beta.6",
"description": "Backup your services in specific file storages systems",
"main": "dist/main.ts",
"scripts": {
"start": "tsc && node dist/main.js",
"build": "tsc",
"dev": "nodemon --exec ts-node src/main.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hugoheml/services-backup.git"
},
"author": "Hugo",
"license": "ISC",
"bugs": {
"url": "https://github.com/hugoheml/services-backup/issues"
},
"homepage": "https://github.com/hugoheml/services-backup#readme",
"devDependencies": {
"@types/node": "^24.2.1",
"@types/pg": "^8.15.5",
"nodemon": "^3.1.10",
"ts-node": "^10.9.2"
},
"dependencies": {
"@openpgp/web-stream-tools": "^0.2.0",
"@types/ssh2-sftp-client": "^9.0.6",
"basic-ftp": "^5.0.5",
"dotenv": "^17.2.1",
"http-method-enum": "^1.0.0",
"mysql2": "^3.14.3",
"openpgp": "^6.2.2",
"pg": "^8.16.3",
"ssh2-sftp-client": "^12.0.1",
"typescript": "^5.8.3",
"winston": "^3.17.0"
}
}