-
Notifications
You must be signed in to change notification settings - Fork 85
/
package.json
35 lines (35 loc) · 875 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
{
"name": "cities.json",
"version": "1.1.42",
"description": "Cities of the world in Json based on GeoNames Gazetteer",
"main": "cities.json",
"scripts": {
"test": "node test",
"convert": "node convert",
"download": "node download",
"build": "npm run download && npm run convert",
"prettier": "prettier -w -u .",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lutangar/cities.json.git"
},
"keywords": [
"cities",
"json"
],
"author": "lutangar",
"license": "CC-BY-3.0",
"bugs": {
"url": "https://github.com/lutangar/cities.json/issues"
},
"homepage": "https://github.com/lutangar/cities.json#readme",
"devDependencies": {
"jsonfile": "^2.4.0",
"prettier": "^2.7.1",
"readline": "^1.3.0",
"release-it": "^15.1.0",
"yauzl": "^2.10.0"
}
}