{ "name": "@loaders.gl/mvt", "description": "Loader for Mapbox Vector Tiles", "version": "4.3.2", "license": "MIT", "type": "module", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/visgl/loaders.gl" }, "keywords": [ "geometry", "loader", "parser", "MVT", "Mapbox Vector Tiles" ], "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" }, "./mvt-worker.js": { "import": "./dist/mvt-worker.js" } }, "sideEffects": false, "files": [ "src", "dist", "README.md" ], "scripts": { "pre-build": "npm run build-worker && npm run build-worker --env.dev && npm run build-bundle && npm run build-bundle-dev", "build-bundle": "ocular-bundle ./bundle.ts --output=dist/dist.min.js", "build-bundle-dev": "ocular-bundle ./bundle.ts --env=dev --output=dist/dist.dev.js", "build-worker": "esbuild src/workers/mvt-worker.ts --bundle --outfile=dist/mvt-worker.js --define:__VERSION__=\\\"$npm_package_version\\\"" }, "dependencies": { "@loaders.gl/gis": "4.3.2", "@loaders.gl/images": "4.3.2", "@loaders.gl/loader-utils": "4.3.2", "@loaders.gl/schema": "4.3.2", "@math.gl/polygon": "^4.1.0", "@probe.gl/stats": "^4.0.0", "pbf": "^3.2.1" }, "devDependencies": { "@types/pbf": "^3.0.2" }, "peerDependencies": { "@loaders.gl/core": "^4.3.0" }, "gitHead": "b4203b8703f64a38d6f79a3113bc7bb51d45c93a" }