forked from ME-ON1/WeatherVenue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.03 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
45
46
{
"name": "node-caching",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"type": "module",
"keywords": [
"Node.js",
"JavaScript",
"Google maps",
"Maps",
"weather",
"openweathermap"
],
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/flash": "^5.0.0",
"@fastify/helmet": "^9.1.0",
"@fastify/rate-limit": "^7.0.0",
"@fastify/redis": "^6.0.0",
"@fastify/static": "^6.4.0",
"@fastify/view": "^7.0.0",
"@gquittet/graceful-server": "^3.0.2",
"axios": "^0.27.2",
"cityjs": "^1.0.0",
"config": "^3.3.7",
"dotenv": "^16.0.1",
"eta": "^1.12.3",
"fastify": "^4.2.0",
"fluent-json-schema": "^3.1.0",
"isbot": "^3.5.0",
"pupa": "^3.1.0",
"reverse-geocode": "^1.3.3"
},
"devDependencies": {
"@types/node": "^18.0.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.7.1"
}
}