-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 988 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
34
35
36
37
38
{
"name": "backup6m",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "tsc && node --experimental-specifier-resolution=node dist/index.js",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.335.0",
"@aws-sdk/credential-providers": "^3.335.0",
"@types/node": "^20.2.1",
"dotenv": "^16.0.3",
"js-yaml": "^4.1.0",
"log-timestamp": "^0.3.0",
"moment": "^2.29.4",
"shelljs": "^0.8.5"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@tsconfig/node12": "^1.0.11",
"@types/jest": "^29.5.1",
"@types/js-yaml": "^4.0.5",
"@types/shelljs": "^0.8.12",
"@typescript-eslint/eslint-plugin-tslint": "^5.59.6",
"babel-jest": "^29.5.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
}
}