-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 KB
/
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
44
{
"name": "mail-tracker-application",
"version": "1.0.0",
"description": "This project was bootstrapped with Fastify-CLI.",
"main": "app.js",
"type": "module",
"directories": {
"test": "test"
},
"scripts": {
"test": "node --test test/**/*.test.js",
"start": "node app.js",
"watch": "nodemon start",
"build": "fastify build app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-comprehend": "^3.583.0",
"@fastify/autoload": "^5.0.0",
"@fastify/bearer-auth": "^9.4.0",
"@fastify/cors": "^9.0.1",
"@fastify/formbody": "^7.4.0",
"@fastify/sensible": "^5.0.0",
"@fastify/view": "^9.1.0",
"@google-cloud/language": "^6.3.0",
"@google-cloud/local-auth": "^3.0.1",
"@now-ims/fastify-firebase": "^2.0.5",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"esm": "^3.2.25",
"fastify": "^4.26.1",
"fastify-cli": "^6.1.1",
"fastify-plugin": "^4.0.0",
"firebase-admin": "^12.1.0",
"google-auth-library": "^9.10.0",
"google-spreadsheet": "^4.1.2",
"googleapis": "^137.1.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"nodemon": "^3.1.3"
}
}