{
	"name": "@osmix/shared",
	"type": "module",
	"version": "0.0.13",
	"description": "Shared utilities for Osmix",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/conveyal/osmix.git"
	},
	"exports": {
		"./tsconfig/base.json": "./tsconfig/base.json",
		"./tsconfig/test.json": "./tsconfig/test.json",
		"./tsconfig/app.json": "./tsconfig/app.json",
		"./*": {
			"default": "./dist/*.js",
			"types": "./dist/*.d.ts"
		}
	},
	"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": {
		"@mapbox/tilebelt": "^2.0.3",
		"dequal": "^2.0.3",
		"lineclip": "^2.0.0"
	}
}
