{
  "name": "@wootapa/polygraph-ol",
  "version": "1.0.8",
  "description": "Extension of @wootapa/polygraph for OpenLayers 7+.",
  "types": "dist/polygraph.ol.d.ts",
  "main": "dist/polygraph.umd.js",
  "unpkg": "dist/polygraph.umd.js",
  "module": "dist/polygraph.esm.js",
  "browser": "dist/polygraph.esm.js",
  "scripts": {
    "start": "npm run build",
    "lint": "eslint --ext .ts ./src",
    "test": "jest",
    "build": "npm run lint && rollup -c --bundleConfigAsCjs"
  },
  "files": [
    "dist/**/*.{js,map,ts}"
  ],
  "browserslist": [
    "defaults",
    "not IE 11",
    "not IE_Mob 11",
    "maintained node versions"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wootapa/polygraph-ol.git"
  },
  "keywords": [
    "WootApa",
    "OpenLayers",
    "Geoserver",
    "OGC",
    "CQL",
    "GIS",
    "Evaluate",
    "Logical",
    "Comparison"
  ],
  "author": "Andreas Petersson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wootapa/polygraph-ol/issues"
  },
  "homepage": "https://github.com/wootapa/polygraph-ol#readme",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^23.0.2",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.1.0",
    "@types/jest": "^29.2.0",
    "@typescript-eslint/eslint-plugin": "^5.41.0",
    "@typescript-eslint/parser": "^5.41.0",
    "eslint": "^8.26.0",
    "eslint-config-typescript": "^3.0.0",
    "jest": "^29.2.2",
    "jest-environment-jsdom": "^29.2.2",
    "ol": "7.1.0",
    "rollup": "^3.2.3",
    "rollup-plugin-cleaner": "^1.0.0",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-typescript2": "^0.34.1",
    "ts-jest": "^29.0.3",
    "ts-node": "^10.4.0",
    "tslib": "^2.3.1",
    "typescript": "^4.8.4"
  },
  "peerDependencies": {
    "ol": ">= 7.0.0"
  },
  "dependencies": {
    "@turf/boolean-intersects": "^6.5.0",
    "performance-now": "^2.1.0"
  }
}
