{
  "name": "@geoda/regression",
  "description": "Spatial Regression module for GeoDaLib",
  "version": "0.0.25",
  "author": "Xun Li <lixun910@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/geodaai/geodalib.git"
  },
  "sideEffects": false,
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "node": {
        "import": "./dist/index.node.mjs",
        "require": "./dist/index.cjs"
      },
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "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-regression",
    "test": "jest",
    "production": "yarn clean && yarn wasm && yarn build && yarn lint && yarn test"
  },
  "devDependencies": {
    "@geoda/common": "^0.0.25",
    "@types/jest": "^29.5.12",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2"
  },
  "gitHead": "1a8d27b1dd3cd42e31d1a28af04dd5270299d89f"
}
