{
  "name": "@geoda/lisa",
  "description": "Local Indicators of Spatial Association module for GeoDaLib",
  "version": "0.0.22",
  "author": "Xun Li <lixun910@gmail.com>",
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/src/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.js",
      "types": "./dist/src/index.d.ts"
    }
  },
  "files": [
    "dist",
    "wasm",
    "README.md",
    "package.json"
  ],
  "scripts": {
    "build": "node esbuild.config.mjs",
    "clean": "rimraf dist/",
    "lint": "eslint --max-warnings 0 .",
    "typecheck": "./node_modules/.bin/tsc",
    "wasm": "../../../cpp/wasm/build-wasm.sh ./wasm geoda-lisa",
    "test": "jest",
    "production": "yarn clean && yarn wasm && yarn build && yarn lint && yarn test"
  },
  "dependencies": {
    "@loaders.gl/schema": "^4.1.0-alpha.4",
    "geojson": "^0.5.0"
  },
  "devDependencies": {
    "@geoda/common": "^0.0.22",
    "@loaders.gl/arrow": "^4.1.0-alpha.4",
    "@types/geojson": "^7946.0.10",
    "@types/jest": "^29.5.12",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2"
  },
  "gitHead": "b8e58a98932ce8811f867d53eea881f7456464a2"
}
