geostyler-sld-parser
Version:
GeoStyler Style Parser implementation for SLD
73 lines (72 loc) • 2.11 kB
JSON
{
"name": "geostyler-sld-parser",
"version": "8.1.0",
"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",
"build-dist": "tsc -p tsconfig.build.json",
"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": "^10.3.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@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/lodash": "^4.17.17",
"@types/node": "^22.15.29",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"@vitest/coverage-v8": "^3.2.1",
"conventional-changelog-conventionalcommits": "^9.0.0",
"coveralls": "^3.1.1",
"eslint": "^9.28.0",
"semantic-release": "^24.2.5",
"typescript": "^5.8.3",
"vite": "6.3.5",
"vitest": "3.2.1"
},
"engines": {
"node": ">=20.6.0"
},
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not dead"
],
"funding": "https://opencollective.com/geostyler"
}