@tmcw/togeojson
Version:
convert KML and GPX to GeoJSON
52 lines (51 loc) • 1.13 kB
JSON
{
"name": "@tmcw/togeojson",
"version": "4.4.1",
"description": "convert KML and GPX to GeoJSON",
"umd:main": "dist/togeojson.umd.js",
"unpkg": "dist/togeojson.umd.js",
"browser": "dist/togeojson.umd.js",
"jsdelivr": "dist/togeojson.umd.js",
"module": "dist/togeojson.es.js",
"main": "dist/togeojson.js",
"files": [
"dist"
],
"scripts": {
"test": "eslint lib && tap",
"prepare": "rollup -c rollup.config.js",
"release": "standard-version"
},
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.16.0",
"prettier": "^2.2.1",
"rollup": "^2.35.1",
"rollup-plugin-terser": "^7.0.2",
"standard-version": "^9.0.0",
"tap": "^14.11.0",
"xmldom": "^0.4.0"
},
"repository": {
"type": "git",
"url": "git://github.com/tmcw/togeojson.git"
},
"license": "BSD-2-Clause",
"dependencies": {},
"keywords": [
"kml",
"geojson",
"gpx",
"geo",
"parser",
"formatter",
"input",
"leaflet",
"maps"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}