geostyler-openlayers-parser
Version:
GeoStyler Style Parser implementation for OpenLayers styles
93 lines (92 loc) • 2.83 kB
JSON
{
"name": "geostyler-openlayers-parser",
"version": "5.7.1",
"description": "GeoStyler Style Parser implementation for OpenLayers styles",
"type": "module",
"main": "dist/OlStyleParser.js",
"files": [
"dist",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/geostyler/geostyler-openlayers-parser.git"
},
"keywords": [
"geostyler",
"parser",
"style",
"openlayers"
],
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/geostyler/geostyler-openlayers-parser/issues"
},
"homepage": "https://github.com/geostyler/geostyler-openlayers-parser#readme",
"scripts": {
"build-browser": "vite build --config vite.config.browser.ts",
"build-dist": "vite build --config vite.config.dist.ts && tsc -p tsconfig.json --emitDeclarationOnly",
"build": "npm run build-browser && npm run build-dist",
"typecheck": " tsc --noEmit --project tsconfig.json",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"lint:check": "npm run lint && npm run check",
"lint:test": "npm run lint && npm run test",
"lint:typecheck:test": "npm run lint && npm run typecheck && npm run test",
"prepublishOnly": "npm run build",
"test:watch": "jest --watchAll",
"test": "jest --coverage"
},
"dependencies": {
"css-font-parser": "^2.0.0",
"geostyler-style": "^11.1.0"
},
"peerDependencies": {
"ol": ">=7.4"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.28.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@stylistic/eslint-plugin": "^5.2.3",
"@terrestris/eslint-config-typescript": "^10.0.0",
"@types/color-name": "^2.0.0",
"@types/jest": "^30.0.0",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"babel-jest": "^30.0.0",
"babel-loader": "^10.0.0",
"conventional-changelog-conventionalcommits": "^9.0.0",
"coveralls": "^3.1.1",
"eslint": "^9.28.0",
"eslint-plugin-import": "^2.31.0",
"globals": "^16.2.0",
"jest": "^30.0.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^30.0.0",
"ol": "^10.0.0",
"regenerator-runtime": "^0.14.0",
"semantic-release": "^25.0.2",
"typescript": "^5.4.5",
"typescript-eslint": "^8.33.1",
"vite": "7.3.1"
},
"engines": {
"node": ">=20.6.0"
},
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"funding": "https://opencollective.com/geostyler"
}