@bravemobile/korea-administrative-area-geo-json-util
Version:
```shell npm install @bravemobile/korea-administrative-area-geo-json-util ```
46 lines (45 loc) • 1.38 kB
JSON
{
"name": "@bravemobile/korea-administrative-area-geo-json-util",
"version": "1.6.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf ./dist && tsc",
"publish-to-npm": "npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git@github.com:Soomgo-Mobile/korea-administrative-area-geo-json-util.git"
},
"keywords": [
"geojson",
"korea"
],
"author": "bravemobile <https://soomgo.com/> (https://soomgo.com/)",
"license": "MIT",
"homepage": "https://github.com/Soomgo-Mobile/korea-administrative-area-geo-json-util",
"devDependencies": {
"@types/geojson": "^7946.0.7",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"eslint": "^7.20.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"typescript": "^4.1.5"
},
"dependencies": {
"@turf/bbox": "^6.3.0",
"@turf/boolean-intersects": "^6.3.0",
"@turf/center-of-mass": "^6.3.0",
"@turf/circle": "^6.3.0",
"@turf/clone": "^6.3.0",
"@turf/helpers": "^6.3.0",
"martinez-polygon-clipping": "^0.7.0",
"rxjs": "^6.6.3"
}
}