{
  "name": "geostyler-sld-parser",
  "version": "9.0.1",
  "description": "GeoStyler Style Parser implementation for SLD",
  "type": "module",
  "main": "dist/SldStyleParser.js",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/geostyler/geostyler-sld-parser.git"
  },
  "keywords": [
    "geostyler",
    "parser",
    "style",
    "sld"
  ],
  "author": "",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/geostyler/geostyler-sld-parser/issues"
  },
  "homepage": "https://github.com/geostyler/geostyler-sld-parser#readme",
  "scripts": {
    "build-browser": "vite build --config vite.config.browser.ts ",
    "build-dist": "vite build --config vite.config.dist.ts && tsc -p tsconfig.build.json --emitDeclarationOnly",
    "build": "npm run build-browser && npm run build-dist",
    "lint:test:build": "npm run lint && npm run test && npm run build",
    "lint:test": "npm run lint && npm run test",
    "lint": "eslint -c eslint.config.mjs --ext .ts src/ && tsc --noEmit --project tsconfig.json",
    "prepublishOnly": "npm run lint:test:build",
    "test-watch": "vitest",
    "test": "vitest run --coverage"
  },
  "dependencies": {
    "fast-xml-parser": "^5.2.3",
    "geostyler-style": "^12.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.3.1",
    "@commitlint/config-conventional": "^20.3.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/node": "^24.0.0",
    "@typescript-eslint/eslint-plugin": "^8.33.1",
    "@typescript-eslint/parser": "^8.33.1",
    "@vitest/coverage-v8": "^3.2.4",
    "conventional-changelog-conventionalcommits": "^9.1.0",
    "coveralls": "^3.1.1",
    "eslint": "^9.33.0",
    "semantic-release": "^25.0.2",
    "typescript": "^5.8.3",
    "vite": "6.3.6",
    "vitest": "3.2.4"
  },
  "engines": {
    "node": ">=20.6.0"
  },
  "browserslist": [
    ">1%",
    "last 4 versions",
    "Firefox ESR",
    "not dead"
  ],
  "funding": "https://opencollective.com/geostyler"
}
