-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 885 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
{
"name": "turkey-city-regions",
"version": "1.0.3",
"description": "Current data of provinces, districts, districts and neighborhoods in Turkey",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index",
"start": "node index",
"dev1": "nodemon example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ferdiozer/turkey-city-regions.git"
},
"keywords": [
"nodejs",
"turkey",
"provinces",
"districts",
"neighborhoods",
"data",
"json"
],
"author": "ferdiozer.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/ferdiozer/turkey-city-regions/issues"
},
"homepage": "https://github.com/ferdiozer/turkey-city-regions#readme",
"dependencies": {
"xlsx": "^0.17.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}