{ "name": "open-vector-tile", "version": "1.2.0", "description": "This library reads/writes Vector Tiles 2.0", "keywords": [ "vector", "map", "tile", "open", "S2", "spec" ], "type": "module", "types": "./dist/index.d.ts", "typescript": { "main": "lib/index.ts" }, "main": "dist/index.js", "exports": { ".": "./dist/index.js" }, "scripts": { "lint+build+test+docs": "bun run lint && bun run build && bun run test && bun run docs", "lint": "eslint src tests", "lint:fix": "bun run lint -- --fix", "prettier": "bunx prettier src test tools benchmarks --check", "prettier:fix": "bunx prettier -- --write", "format": "bunx prettier:fix && bun run lint:fix", "build": "rm -rf dist && mkdir dist && rm -f -- tsconfig.tsbuildinfo && tsc && bun run build.ts", "types:bundle": "bun run types:build && node scripts/types.mjs", "prepublishOnly": "bun run lint+build+test+docs", "package-check": "package-check", "test:dev": "bun test --watch --coverage", "test": "bun test", "test:coverage": "bun run test --coverage", "docs": "typedoc", "dependencies": "bunx depcruise src --include-only \"^src\" --output-type dot | dot -T svg > ./assets/dependency-graph.svg" }, "repository": { "type": "git", "url": "https://github.com/Open-S2/open-vector-tile.git" }, "author": "Craig OConnor", "license": "MIT", "bugs": { "url": "https://github.com/Open-S2/open-vector-tile/issues" }, "files": [ "assets", "dist", "vector-tile-spec" ], "homepage": "https://github.com/Open-S2/open-vector-tile#readme", "devDependencies": { "@mapbox/vector-tile": "^1.3.1", "@skypack/package-check": "^0.2.2", "@types/bun": "^1.1.1", "@types/node": "^20.12.11", "@types/pbf": "^3.0.5", "ajv": "^8.16.0", "coveralls": "^3.1.1", "dependency-cruiser": "^16.3.2", "eslint": "^9.3.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-jsdoc": "^48.2.4", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-tsdoc": "^0.2.17", "fflate": "^0.8.2", "markdown-table": "^3.0.3", "pbf": "^3.2.1", "prettier": "^3.2.5", "typedoc": "^0.25.13", "typedoc-plugin-coverage": "^3.1.1", "typescript": "^5.4.5", "typescript-eslint": "^7.8.0" } }