UNPKG

@node-gis/proj4geojson

Version:

reproject for geojson file

52 lines (51 loc) 1.15 kB
{ "name": "@node-gis/proj4geojson", "description": "reproject for geojson file", "version": "0.0.1-beta.6", "type": "module", "authors": "Jeongyong Park <kladess@gmail.com> (https://jypark.pe.kr)", "url": "https://github.com/node-gis/proj4geojson", "bugs": { "url": "https://github.com/node-gis/proj4geojson/issues" }, "license": "MIT", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "files": [ "lib/" ], "keywords": [ "proj", "proj4", "proj4js", "geojson", "convert", "coordinates system convert", "crs", "srs", "reproject" ], "scripts": { "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", "test": "mocha tests/**/*.ts" }, "devDependencies": { "@types/geojson": "^7946.0.8", "@types/mocha": "^9.0.0", "@types/node": "^17.0.6", "@types/proj4": "^2.5.2", "cross-env": "^7.0.3", "mocha": "^9.1.3", "ts-node": "^10.4.0", "typescript": "^4.5.4" }, "dependencies": { "proj4": "^2.7.5" }, "types": "./lib\\cjs\\index.d.ts", "directories": { "lib": "lib", "test": "tests" }, "author": "" }