{
  "name": "jp-pref-lookup",
  "description": "Japan Prefecture Code Lookup / 10km grid reverse geocoding",
  "version": "0.2.10",
  "author": "Yusuke Kawasaki <u-suke@kawa.net>",
  "bugs": {
    "url": "https://github.com/kawanet/jp-pref-lookup/issues"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.1",
    "@types/node": "^18.14.0",
    "browserify": "^17.0.0",
    "browserify-sed": "^0.8.0",
    "jp-grid-square-master": "^0.1.6",
    "mocha": "^10.2.0",
    "terser": "^5.19.2",
    "typescript": "^5.1.6"
  },
  "exports": {
    ".": {
      "require": "./lib/jp-pref-lookup.js",
      "import": {
        "types": "./typings/jp-pref-lookup.d.ts",
        "default": "./dist/jp-pref-lookup.mjs"
      }
    }
  },
  "files": [
    "LICENSE",
    "README.md",
    "dist/*.js",
    "dist/*.json",
    "dist/*.mjs",
    "lib/*.js",
    "typings/*.d.ts"
  ],
  "homepage": "https://github.com/kawanet/jp-pref-lookup#readme",
  "keywords": [
    "JIS-X-0401",
    "geocoding"
  ],
  "license": "MIT",
  "main": "./lib/jp-pref-lookup.js",
  "module": "./dist/jp-pref-lookup.mjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kawanet/jp-pref-lookup.git"
  },
  "scripts": {
    "build": "make",
    "fixpack": "fixpack",
    "prepack": "make clean all test",
    "test": "./node_modules/.bin/mocha test",
    "test-browser": "make -C browser && open browser/test.html",
    "tsc-watch": "./node_modules/.bin/tsc --watch",
    "update": "make update"
  },
  "type": "commonjs",
  "typings": "./typings/jp-pref-lookup.d.ts"
}
