UNPKG

geojson-to-gml-3

Version:

a package to translate geojson to GML 3.2.1

58 lines 1.28 kB
{ "name": "geojson-to-gml-3", "version": "3.0.1", "description": "a package to translate geojson to GML 3.2.1", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs", "types": "./src/index.ts", "default": "./dist/index.js" } }, "files": [ "src/index.ts", "src/internal.ts", "src/temporal.ts", "dist/index.cjs", "dist/index.js", "dist/index.d.ts", "LICENSE.md", "licenses/PolyForm-Noncommercial-1.0.0.md", "licenses/PolyForm-Free-Trial-1.0.0.md", "README.md" ], "repository": { "type": "git", "url": "https://github.com/skalt/geo-xml.git", "directory": "packages/geojson-to-gml-3" }, "keywords": [ "geojson", "geoserver", "GIS", "GML", "xml" ], "author": "Steven Kalt", "license": "SEE LICENSE IN ./LICENSE.md", "dependencies": { "minimxml": "1.0.1" }, "devDependencies": { "@types/geojson": "^7946.0.14", "libxml2-wasm": "^0.4.1", "prettier": "^3.3.3", "tslib": "^2.7.0", "typescript": "^5.6.3", "vite": "^5.4.8", "vitest": "^1.6.0" }, "scripts": { "test": "vitest", "build": "vite build" } }