forked from osmlab/name-suggestion-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
44
45
{
"name": "name-suggestion-index",
"version": "1.0.5",
"license": "BSD-3-Clause",
"repository": "osmlab/name-suggestion-index",
"author": "Bryan Housel <[email protected]>",
"description": "Canonical common brand names for OpenStreetMap",
"keywords": [
"OpenStreetMap",
"OSM",
"names",
"brands",
"franchises",
"javascript",
"canonicalization"
],
"main": "dist/index.js",
"module": "index.mjs",
"scripts": {
"dist": "node build_nameSuggestions.js && rollup -c",
"build": "node build_filterNames",
"wikimatch": "node match_wikiTags",
"test": "node validate"
},
"devDependencies": {
"clear": "^0.1.0",
"colors": "^1.1.2",
"diacritics": "^1.3.0",
"json-stringify-pretty-compact": "^1.1.0",
"jsonschema": "^1.2.4",
"linebyline": "^1.3.0",
"node-fetch": "^2.2.0",
"rollup": "^0.66.0",
"rollup-plugin-json": "^3.0.0",
"shelljs": "^0.8.0",
"xmlbuilder": "^10.0.0"
},
"optionalDependencies": {
"osmium": "^0.5.7",
"wikidata-sdk": "^5.15.0"
},
"engines": {
"node": ">=6.4.0"
}
}