-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"name": "api-weather",
"version": "1.0.0",
"description": "api weather",
"type": "module",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"dev": "nodemon index.js",
"play": "nodemon v2/utils/weathers.js",
"test": "node functions/weathers.js",
"cekdata": "node functions/playground.js"
},
"repository": {
"type": "git",
"url": "https://github.com/SaifulI57"
},
"keywords": [
"api",
"weather",
"mongoodb",
"bmkg",
"forecast",
"digital",
"forecast",
"humidity"
],
"author": "Saiful",
"license": "MIT",
"dependencies": {
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"chalk": "^5.3.0",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"ioredis": "^5.3.2",
"jsdom": "^24.0.0",
"mongoose": "^8.1.1",
"redis": "^4.6.13",
"xml2js": "^0.6.2",
"xmldom": "^0.6.0"
}
}