{
  "name": "river-data-widget",
  "version": "1.2.1",
  "description": "A web widget to display river flow and other data.",
  "type": "module",
  "types": "types",
  "main": "index.cjs",
  "module": "index.mjs",
  "browser": "index.min.js",
  "scripts": {
    "build": "npm run clean && npm run lint:check && npm run test && rollup -c && tsc --project tsconfig.types.json",
    "clean": "rimraf types \"index.*\" --glob",
    "coverage": "rimraf coverage && c8 -r html -r text npm run test:unit",
    "lint": "eslint . --fix && prettier . --write",
    "lint:check": "eslint . && prettier . --check",
    "test": "npm run test:unit",
    "test:unit": "mocha src/**/*.spec.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pb-uk/river-data-widget.git"
  },
  "keywords": [
    "river",
    "flow",
    "level",
    "widget"
  ],
  "author": "pbuk (https://github.com/pb-uk)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pb-uk/river-data-widget/issues"
  },
  "homepage": "https://github.com/pb-uk/river-data-widget#readme",
  "files": [
    "index.*",
    "types"
  ],
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.4.2",
    "@rollup/plugin-typescript": "^11.1.1",
    "@types/chai": "^4.3.4",
    "@types/jsdom": "^21.1.1",
    "@types/mocha": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "^5.44.0",
    "@typescript-eslint/parser": "^5.44.0",
    "c8": "^8.0.0",
    "camelcase": "^7.0.0",
    "chai": "^4.3.7",
    "eslint": "^8.28.0",
    "eslint-plugin-mocha": "^10.1.0",
    "jsdom": "^22.0.0",
    "mocha": "^10.1.0",
    "prettier": "^2.7.1",
    "rimraf": "^5.0.0",
    "rollup": "^3.21.8",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4"
  }
}
