{
  "name": "geostyler-cql-parser",
  "version": "4.1.0",
  "description": "Translates CQL Filters and Geostyler Style Filters",
  "type": "module",
  "main": "dist/CqlParser.js",
  "files": [
    "dist",
    "index.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/geostyler/geostyler-cql-parser.git"
  },
  "keywords": [
    "geostyler",
    "parser",
    "style",
    "cql"
  ],
  "author": "",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/geostyler/geostyler/issues"
  },
  "homepage": "https://github.com/geostyler/geostyler-cql-parser#readme",
  "scripts": {
    "generate": "jison -m js ./src/cql.jison -o ./src/cql-parser.cjs && sed -i 's;var cqlParser;(typeof window !== undefined ? window : global).cqlParser;g' ./src/cql-parser.cjs",
    "build": "tsc && cp ./src/cql-parser.cjs ./dist",
    "lint": "eslint -c eslint.config.mjs src/CqlParser.ts",
    "typecheck": "tsc --noEmit --project tsconfig.json",
    "prebuild": "bun test",
    "prepublishOnly": "npm run build",
    "pretest": "bun run lint && bun run typecheck",
    "start": "vite",
    "test:watch": "vitest",
    "test": "vitest run --coverage"
  },
  "dependencies": {
    "geostyler-style": "^10.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.27.4",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.27.2",
    "@babel/preset-typescript": "^7.27.1",
    "@commitlint/cli": "^19.8.1",
    "@commitlint/config-conventional": "^19.8.1",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@stylistic/eslint-plugin": "^4.4.1",
    "@terrestris/eslint-config-typescript": "^9.0.0",
    "@types/jest": "^29.5.14",
    "@types/lodash": "^4.17.17",
    "@typescript-eslint/eslint-plugin": "^8.33.1",
    "@vitejs/plugin-react": "^4.5.1",
    "@vitest/coverage-v8": "^3.2.1",
    "acorn": "^8.14.1",
    "babel-jest": "^29.7.0",
    "buffer": "^6.0.3",
    "buffer-browserify": "^0.2.5",
    "conventional-changelog-conventionalcommits": "^9.0.0",
    "eslint": "^9.28.0",
    "eslint-plugin-react-hooks": "^5.2.0",
    "graceful-js": "^1.0.0",
    "jison": "^0.4.18",
    "jsdom": "^26.1.0",
    "path": "^0.12.7",
    "semantic-release": "^24.2.5",
    "typescript": "^5.8.3",
    "vite": "^6.3.5",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^3.2.1"
  },
  "engines": {
    "node": ">=20.6.0",
    "npm": ">=10.0.0"
  },
  "funding": "https://opencollective.com/geostyler"
}
