]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - package.json
new CONTRIBUTE documentation
[nominatim-ui.git] / package.json
index 9ce20ed71dea95e25273defd17c5e4633e5bf352..f1f04f789d06d6253b6a6bf67e42a674a1020ec9 100644 (file)
@@ -1,14 +1,16 @@
 {
   "name": "nominatim-ui",
-  "version": "1.0.0",
-  "description": "",
+  "version": "1.1.0",
+  "description": "Debug web interface for Nominatim geocoder",
   "main": "index.js",
   "scripts": {
+    "start": "./node_modules/.bin/static -c 0 -p 8000 dist",
+    "build": "./build.sh",
     "test": "echo \"Error: no test specified\" && exit 1",
     "lint": "node node_modules/.bin/eslint --quiet src/handlebar_helpers.js dist/assets/js/nominatim-ui.js"
   },
   "author": "",
-  "license": "GPL-3.0",
+  "license": "GPL-2.0",
   "devDependencies": {
     "@ungap/url-search-params": "^0.2.0",
     "bootstrap": "^4.5.0",
@@ -20,5 +22,7 @@
     "leaflet": "^1.6.0",
     "leaflet-minimap": "3.6.1"
   },
-  "dependencies": {}
+  "dependencies": {
+    "node-static": "^0.7.11"
+  }
 }