UNPKG

geostyler-data

Version:

TypeScript Declaration File for the Data models of the GeoStyler project.

49 lines (48 loc) 1.51 kB
{ "name": "geostyler-data", "version": "1.1.0", "description": "TypeScript Declaration File for the Data models of the GeoStyler project.", "main": "index.d.ts", "types": "index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/geostyler/geostyler-data.git" }, "keywords": [ "geostyler", "data", "model", "declaration file", "typescript" ], "author": "", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/geostyler/geostyler-data/issues" }, "homepage": "https://github.com/geostyler/geostyler-data#readme", "dependencies": { "@types/json-schema": "^7.0.3", "@types/geojson": "^7946.0.7" }, "scripts": { "lint": "eslint -c .eslintrc.js --ext .ts .", "check": "tsc --noEmit", "release": "np --no-yarn --no-tests && git push https://github.com/geostyler/geostyler-data.git master" }, "devDependencies": { "@terrestris/eslint-config-typescript": "^3.0.0", "@typescript-eslint/eslint-plugin": "^5.29.0", "@typescript-eslint/eslint-plugin-tslint": "^5.29.0", "@typescript-eslint/parser": "^5.29.0", "eslint": "^8.18.0", "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "conventional-changelog-conventionalcommits": "^9.0.0", "semantic-release": "^24.2.5", "typescript": "^4.2.4" }, "funding": "https://opencollective.com/geostyler" }