{
	"$schema": "https://json.schemastore.org/package.json",
	"name": "@osmix/raster",
	"type": "module",
	"version": "0.0.13",
	"description": "An OSM raster tile generator",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/conveyal/osmix.git"
	},
	"main": "./dist/index.js",
	"scripts": {
		"build": "tsc -p tsconfig.build.json",
		"bench": "bun test --bench",
		"test": "bun test",
		"typecheck": "tsgo --noEmit"
	},
	"devDependencies": {
		"@types/bun": "^1.3.9",
		"typescript": "^5.9.0"
	},
	"dependencies": {
		"@osmix/shared": "0.0.13",
		"@placemarkio/geojson-rewind": "^1.0.3"
	},
	"types": "./dist/index.d.ts"
}
