{
  "name": "@visactor/vdataset",
  "version": "1.0.6",
  "main": "cjs/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "cjs",
    "es",
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./es/index.js",
      "require": "./dist/index.js"
    }
  },
  "sideEffects": false,
  "description": "data processing tool",
  "author": {
    "name": "VisActor",
    "url": "https://VisActor.io/"
  },
  "license": "MIT",
  "keywords": [
    "visual",
    "util",
    "dataset"
  ],
  "dependencies": {
    "@visactor/vutils": "1.0.6",
    "@turf/flatten": "^6.5.0",
    "@turf/helpers": "^6.5.0",
    "@turf/rewind": "^6.5.0",
    "d3-dsv": "^2.0.0",
    "d3-geo": "^1.12.1",
    "d3-hexbin": "^0.2.2",
    "d3-hierarchy": "^3.1.1",
    "eventemitter3": "^4.0.7",
    "geobuf": "^3.0.1",
    "geojson-dissolve": "^3.1.0",
    "path-browserify": "^1.0.1",
    "pbf": "^3.2.1",
    "point-at-length": "^1.1.0",
    "simple-statistics": "^7.7.3",
    "simplify-geojson": "^1.0.4",
    "topojson-client": "^3.1.0"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "~1.1.4",
    "eslint": "~8.18.0",
    "vite": "3.2.6",
    "jest": "~29.5.0",
    "@jest/globals": "~29.5.0",
    "ts-jest": "~29.1.0",
    "@types/jest": "~29.5.0",
    "typescript": "4.9.5",
    "@types/node": "*",
    "@types/d3-dsv": "^2.0.0",
    "@types/d3-geo": "^1.11.1",
    "@types/d3-hexbin": "^0.2.3",
    "@types/d3-hierarchy": "^3.0.2",
    "@types/geobuf": "^3.0.1",
    "@types/pbf": "^3.0.2",
    "@types/topojson-client": "^3.1.0",
    "@types/topojson-specification": "^1.0.2",
    "d3-array": "3.2.3",
    "@internal/bundler": "0.0.1",
    "@internal/eslint-config": "0.0.1",
    "@internal/ts-config": "0.0.1",
    "@internal/jest-config": "0.0.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "compile": "tsc --noEmit",
    "eslint": "eslint --debug --fix src/",
    "build": "bundle",
    "dev": "bundle --clean -f es -w",
    "start": "vite ./vite",
    "test": "jest --passWithNoTests",
    "test-check": "DEBUG=jest jest --passWithNoTests --forceExit --detectOpenHandles --silent false --verbose false --runInBand",
    "test-cov": "jest -w 16 --coverage"
  }
}