{
  "name": "@loaders.gl/geopackage",
  "description": "GeoPackage data loaders",
  "version": "4.4.2",
  "license": "MIT",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/visgl/loaders.gl"
  },
  "keywords": [
    "sql",
    "GeoPackage"
  ],
  "types": "dist/index.d.ts",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "sideEffects": false,
  "files": [
    "src",
    "dist",
    "README.md"
  ],
  "browser": {
    "fs": false
  },
  "scripts_comments": [
    "build-bundle: ocular-bundle does not seem to respect --external"
  ],
  "scripts": {
    "pre-build": "npm run build-worker && npm run build-worker --env.dev && npm run build-bundle && npm run build-bundle -- --env=dev",
    "build-bundle": "# ocular-bundle ./bundle.ts --output=dist/dist.min.js --external=util,fs,path",
    "build-worker": "# esbuild src/workers/geopackage-worker.ts --bundle --outfile=dist/geopackage-worker.js --external:{util,fs,path} --define:__VERSION__=\\\"$npm_package_version\\\""
  },
  "dependencies": {
    "@loaders.gl/gis": "4.4.2",
    "@loaders.gl/loader-utils": "4.4.2",
    "@loaders.gl/schema": "4.4.2",
    "@loaders.gl/wkt": "4.4.2",
    "@math.gl/proj4": "^4.1.0",
    "@types/sql.js": "^1.4.5",
    "fs": "^0.0.1-security",
    "path": "^0.12.7",
    "sql.js": "1.8.0"
  },
  "peerDependencies": {
    "@loaders.gl/core": "~4.4.0"
  },
  "gitHead": "1c9649781db0403dbf7c3f1224bbeec77bd812eb"
}
