mirror of
https://github.com/mapbox/vector-tile-js.git
synced 2026-01-18 14:02:48 +00:00
27 lines
650 B
JSON
27 lines
650 B
JSON
{
|
|
"name": "@mapbox/vector-tile",
|
|
"description": "Parses vector tiles",
|
|
"repository": "https://github.com/mapbox/vector-tile-js.git",
|
|
"version": "1.3.1",
|
|
"type": "module",
|
|
"exports": "./index.js",
|
|
"license": "BSD-3-Clause",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@mapbox/point-geometry": "~0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"benchmark": "^2.1.4",
|
|
"eslint": "^9.6.0",
|
|
"eslint-config-mourner": "^4.0.1",
|
|
"pbf": "^4.0.1"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint index.js test/*.js",
|
|
"pretest": "npm run lint",
|
|
"test": "node --test",
|
|
"cov": "node --test --experimental-test-coverage"
|
|
},
|
|
"files": []
|
|
}
|