X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/blobdiff_plain/d315fb03a2eb395d92d74c2500df9abc5f8c3125..b317b796eac8aefdf8b0f989800c2cc078790ae4:/package.json diff --git a/package.json b/package.json index c2d35ca..9a9c082 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,22 @@ { "name": "nominatim-ui", "description": "Debug web interface for Nominatim geocoder", - "version": "3.0.1", + "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",