-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.62 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.62 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "tnt_backend_services",
"version": "1.0.0",
"description": "testntrack external services",
"main": "index.js",
"type": "module",
"scripts": {
"start": "NODE_ENV=production node index.js",
"dev-inspect": "NODE_ENV=development node --inspect index.js",
"dev": "NODE_ENV=development nodemon index.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.87.0",
"@aws-sdk/client-ses": "^3.100.0",
"@aws-sdk/credential-provider-node": "^3.100.0",
"@aws-sdk/lib-storage": "^3.88.0",
"@fastify/cors": "^8.0.0",
"@fastify/helmet": "^9.1.0",
"@fastify/multipart": "^7.1.0",
"@fastify/view": "^7.0.0",
"@ladjs/graceful": "^2.0.1",
"autocannon": "^7.6.0",
"aws-sdk": "^2.1169.0",
"axios": "^0.25.0",
"bree": "^8.0.3",
"convertapi": "^1.11.1",
"download": "^8.0.0",
"ejs": "^3.1.8",
"execa": "^6.1.0",
"fastify": "^4.2.0",
"form-data": "^4.0.0",
"gm": "^1.23.1",
"got": "^9.6.0",
"jsdom": "18.0.0",
"moment": "^2.29.3",
"mongodb": "^4.7.0",
"mongoose": "^6.4.3",
"nodemailer": "^6.7.5",
"pdf-lib": "^1.17.1",
"pino": "^6.13.4",
"sharp": "^0.30.7",
"temp": "^0.9.4",
"threads": "^1.7.0",
"uuid": "^8.3.2",
"yup": "^0.32.11",
"zip-a-folder": "^1.1.3"
},
"devDependencies": {
"@types/got": "^9.6.12",
"eslint": "^8.18.0",
"nodemon": "^2.0.15",
"pino-pretty": "^8.1.0",
"prettier": "2.5.0"
}
}