forked from osmlab/osm-community-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.49 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
46
47
48
49
50
51
52
53
54
{
"name": "osm-community-index",
"version": "1.0.0",
"license": "ISC",
"repository": "osmlab/osm-community-index",
"author": "Bryan Housel <[email protected]>",
"description": "An index of community resources for OpenStreetMap",
"keywords": [
"OSM",
"OpenStreetMap",
"community"
],
"main": "dist/index.js",
"module": "index.mjs",
"scripts": {
"build": "node build.js && rollup -c",
"dist": "node build_dist.js",
"icons": "node build_icons.js",
"lint": "eslint *.js test/*.js",
"test": "npm run build && npm run lint && tap test/*.js",
"stats": "node stats.js",
"txpull": "tx pull -a",
"txpush": "tx push -s"
},
"dependencies": {
"@ideditor/country-coder": "^3.0.1",
"@mapbox/geojson-area": "^0.2.2",
"circle-to-polygon": "^1.0.2",
"geojson-precision": "^0.4.0"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"bytes": "^3.0.0",
"colors": "^1.1.2",
"easy-table": "^1.1.1",
"eslint": "^6.0.0",
"geojson-rewind": "^0.3.1",
"glob": "^7.1.5",
"js-yaml": "^3.13.1",
"json-stringify-pretty-compact": "^1.1.0",
"jsonschema": "^1.1.0",
"rollup": "^1.25.1",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.0.4",
"shelljs": "^0.8.0",
"tap": "^14.8.2"
},
"engines": {
"node": ">=8.0.0"
}
}