-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
36 lines (36 loc) · 1.16 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
{
"name": "kandilli-service-api",
"version": "1.0.0",
"description": "Kandilli Rasathanesi'nin yayınladığı son depremler listesi için API. (last minute earthquakes in turkey parsing from Kandilli Observatory XML)",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=PROD pm2 start index.js --name kandilli-service -i 2",
"dev": "NODE_ENV=DEV pm2 start index.js --name kandilli-service-dev -i 1 --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orhanayd/kandilli-rasathanesi-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/orhanayd/kandilli-rasathanesi-api/issues"
},
"homepage": "https://github.com/orhanayd/kandilli-rasathanesi-api#readme",
"dependencies": {
"@turf/turf": "^6.5.0",
"axios": "^1.6.8",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"express-jsdoc-swagger": "^1.8.0",
"fast-xml-parser": "^4.3.6",
"md5": "^2.3.0",
"moment-timezone": "^0.5.45",
"mongodb": "^6.5.0",
"morgan": "^1.10.0",
"nanoid": "3.3.4",
"nope-redis": "^1.0.2"
}
}