forked from MaTriXy/teslabox
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 1019 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
39
40
41
42
43
{
"name": "teslabox",
"description": "teslabox",
"version": "1.0.5",
"private": true,
"license": "PRIVATE, NON-COMMERCIAL, NON-GOVERNMENTAL USE ONLY!",
"scripts": {
"start": "node src/index.js",
"development": "nodemon src/index.js",
"test": "echo \"TEST OK\""
},
"dependencies": {
"@aws-sdk/client-s3": "^3.421.0",
"@aws-sdk/client-sesv2": "^3.421.0",
"@aws-sdk/lib-storage": "^3.427.0",
"@aws-sdk/s3-request-presigner": "^3.421.0",
"async": "^3.2.2",
"better-queue": "^3.8.12",
"chance": "^1.1.9",
"compression": "^1.7.4",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"glob": "^7.2.0",
"hjs": "0.0.6",
"lodash": "^4.17.21",
"messaging-api-telegram": "^1.1.0",
"node-telegram-bot-api": "^0.63.0",
"ping": "^0.4.1",
"simple-json-db": "^1.2.3"
},
"standard": {
"ignore": [
"node_modules/**"
]
},
"nodemonConfig": {
"ignore": [
"node_modules/**",
"config.json",
"mnt/**"
]
}
}