{
  "name": "@siedlerchr/types-ol-ext",
  "version": "3.6.8",
  "description": "Type definitions for ol-ext",
  "main": "",
  "types": "index.d.ts",
  "scripts": {
    "test": "true",
    "lint": "tsc -p tsconfig.lint.json --pretty && eslint --ignore-path .eslintignore --ext .js,.ts",
    "dtslint": "dtslint types",
    "replace-examples": "node scripts/replaceExampleHtmlJsTags.js",
    "copy-examples": "node scripts/copyExampleBackupJsToTs.js",
    "build-examples": "webpack -c examples/webpack.config.js --progress --color",
    "prepare-npm": "rm -rf ./npm && cp -r @types/ol-ext ./npm && cp package.json ./npm/ && cp README.md ./npm/ && cp LICENSE ./npm/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Siedlerchr/types-ol-ext.git"
  },
  "keywords": [
    "openlayers",
    "ol-ext",
    "typescript",
    "declaration"
  ],
  "author": "Siedlerchr",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Siedlerchr/types-ol-ext/issues"
  },
  "homepage": "https://github.com/Siedlerchr/types-ol-ext#readme",
  "peerDependencies": {
    "jspdf": "^4.0.0"
  },
  "peerDependenciesMeta": {
    "jspdf": {
      "optional": true
    }
  },
  "devDependencies": {
    "@definitelytyped/dtslint": "^0.2.40",
    "@types/fs-extra": "^11.0.4",
    "@types/geojson": "^7946.0.16",
    "@types/glob": "^8.1.0",
    "@types/jquery": "^3.5.34",
    "@types/webpack": "^5.28.5",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "@typescript-eslint/typescript-estree": "^8.56.0",
    "eslint": "^8.57.1",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^9.1.2",
    "eslint-plugin-jsdoc": "^46.10.1",
    "eslint-plugin-prettier": "^5.5.5",
    "exports-loader": "^4.0.0",
    "fs-extra": "^11.3.4",
    "jsdoc": "^4.0.5",
    "node-html-parser": "^7.1.0",
    "ol": "10.6.1",
    "ol-ext": "^4.0.38",
    "ts-loader": "^9.5.7",
    "tsd": "^0.33.0",
    "typescript": "^5.9.3",
    "webpack": "^5.105.4",
    "webpack-cli": "^5.1.4"
  }
}
