X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/blobdiff_plain/915f0ecf4f43eef1441e18f8e319d1ec80821c5c..b317b796eac8aefdf8b0f989800c2cc078790ae4:/package.json diff --git a/package.json b/package.json index f816e09..9a9c082 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,22 @@ { "name": "nominatim-ui", "description": "Debug web interface for Nominatim geocoder", - "version": "2.3.0", + "version": "3.1.0", "license": "GPL-2.0", "scripts": { "build": "rollup -c", "dev": "rollup -c -w", - "lint": "eslint --quiet .*.js src/", + "lint": "eslint --quiet .*.js src/ test/", + "test": "rollup -c && mocha --recursive test/", "start": "static-server dist" }, "devDependencies": { - "@rollup/plugin-commonjs": "^17.0.0", + "@rollup/plugin-commonjs": "^18.0.0", "@rollup/plugin-node-resolve": "^11.0.0", + "eslint-plugin-mocha": "^8.1.0", + "fs-extra": "^9.1.0", + "mocha": "^8.3.2", + "puppeteer": "^8.0.0", "rollup": "^2.3.4", "rollup-plugin-css-only": "^3.1.0", "rollup-plugin-livereload": "^2.0.0",