-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 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
{
"dependencies": {
"@photostructure/tz-lookup": "^10.0.0",
"@types/node": "^20.11.20",
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"chart.js": "^4.4.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"express-ws": "^5.0.2",
"firebase": "^10.8.1",
"helmet": "^7.1.0",
"moment-timezone": "^0.5.45",
"node-fetch": "^2.7.0",
"path": "^0.12.7",
"serverless-http": "^3.2.0",
"suncalc": "^1.9.0",
"ws": "^8.16.0"
},
"scripts": {
"start": "node server.js"
},
"name": "dry-enough",
"version": "1.0.0",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bocsir/dry-enough.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bocsir/dry-enough/issues"
},
"homepage": "https://github.com/bocsir/dry-enough#readme",
"description": "work in progress<br>\r Web app using a weather api to get the last few days of weather and help decide wether the rock in any area will be dry enough to climb.",
"devDependencies": {
"@types/chart.js": "^2.9.41"
}
}