61 lines
1.9 KiB
JSON
61 lines
1.9 KiB
JSON
{
|
|
"name": "@maplibre/vt-pbf",
|
|
"version": "4.0.3",
|
|
"description": "Serialize mapbox vector tiles to binary protobufs in javascript.",
|
|
"main": "dist/index.es.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint index.ts lib/*.ts",
|
|
"test-unit": "vitest run --config vitest.config.unit.ts",
|
|
"test-unit-ci": "vitest run --config vitest.config.unit.ts --coverage",
|
|
"build": "rollup --config rollup.config.ts --configPlugin typescript && tsc"
|
|
},
|
|
"author": "Anand Thakker <vestibule@anandthakker.net> (http://anandthakker.net/)",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/maplibre/vt-pbf.git"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@mapbox/point-geometry": "^1.1.0",
|
|
"@mapbox/vector-tile": "^2.0.4",
|
|
"@types/geojson-vt": "3.2.5",
|
|
"@types/supercluster": "^7.1.3",
|
|
"geojson-vt": "^4.0.2",
|
|
"pbf": "^4.0.1",
|
|
"supercluster": "^8.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.30.0",
|
|
"@mapbox/geojson-fixtures": "^1.0.0",
|
|
"@mapbox/mvt-fixtures": "^3.10.0",
|
|
"@maplibre/vtvalidate": "^0.3.2",
|
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
"@rollup/plugin-replace": "^6.0.2",
|
|
"@rollup/plugin-strip": "^3.0.4",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"@rollup/plugin-typescript": "^12.1.4",
|
|
"@types/node": "^24.0.3",
|
|
"@vitest/coverage-v8": "^3.2.4",
|
|
"benchmark": "^2.1.4",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"geojson-equality": "^0.2.1",
|
|
"geojson-vt": "^4.0.2",
|
|
"rollup": "^4.44.1",
|
|
"standard": "^17.1.2",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.35.1",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|