-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 942 Bytes
/
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
{
"name": "earthquake-turkey",
"version": "0.3.4",
"description": "This module has been made to receive notification of earthquakes in Turkey or to list past earthquakes.",
"main": "earthquake.js",
"scripts": {
"start": "node simple.js",
"dev": "nodemon simple.js",
"update": "ncu -u && npm install && npm audit fix"
},
"author": "CihatKsm <me@cihatksm.com>",
"license": "MIT",
"readme": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/CihatKsm/earthquake-turkey.git"
},
"keywords": [
"cihatksm",
"quake",
"quakes",
"earthquake",
"earthquakes",
"turkey",
"earthquake-turkey",
"deprem",
"depremler",
"türkiye",
"deprem-türkiye"
],
"dependencies": {
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"events": "^3.3.0"
},
"devDependencies": {
"nodemon": "^2.0.22",
"npm-check-updates": "^16.10.12"
}
}