{
  "name": "@sk-global/js-msearch-gsi-jp",
  "description": "A client library for APIs that presented by Geospatial Information Authority of Japan",
  "version": "2.2.7",
  "source": "src/index.ts",
  "main": "dist/index.js",
  "module": "dist/index.module.js",
  "unpkg": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**.js*",
    "dist/**/*.ts",
    "dist/data"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "dev": "ts-node ./src/local.ts",
    "test:latlon": "ts-node ./src/test_lat_lon_to_address.ts",
    "test:jma": "ts-node ./src/test_lat_lon_to_jma_code.ts",
    "create-data": "bash bin/download.sh && bash bin/build.sh",
    "build-jma-hierarchy": "node bin/build-jma-hierarchy.js",
    "build": "microbundle --define PKG_VERSION=$npm_package_version && tsc -p tsconfig.interfaces.json",
    "watch": "microbundle watch --define PKG_VERSION=$npm_package_version",
    "test": "jest --coverage",
    "lint": "prettier src test -c",
    "format": "prettier src test --write",
    "prepack": "rm -rf dist && npm run build",
    "prepare": "husky install",
    "release": "npm run prepack && source .env && npx np"
  },
  "devDependencies": {
    "@types/geojson": "^7946.0.16",
    "@types/jest": "^29.1.1",
    "husky": "^8.0.1",
    "jest": "^29.1.2",
    "microbundle": "^0.15.0",
    "prettier": "^2.6.2",
    "ts-jest": "^29.0.1",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.4"
  },
  "prettier": {
    "singleQuote": true
  },
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "directories": {
    "test": "__tests__"
  },
  "author": "SK-Global",
  "dependencies": {
    "@types/point-in-polygon": "^1.1.5",
    "axios": "^1.7.3",
    "axios-cache-interceptor": "^1.6.0",
    "csv-parser": "^3.0.0",
    "geojson": "^0.5.0",
    "global-mercator": "^3.1.0",
    "mapbox-vector-tile": "^0.3.0",
    "point-in-polygon": "^1.1.0",
    "readline": "^1.3.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/skglobal-jsc/js-msearch-gsi-jp"
  }
}
