{
	"name": "@micrio/tiler-base",
	"version": "0.1.23",
	"description": "The base Micrio client-side tiler package used by the Micrio CLI and GUI tools",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"type": "module",
	"scripts": {
		"build": "tsc",
		"prepublishOnly": "npm run build"
	},
	"keywords": [
		"micrio",
		"tiler"
	],
	"bugs": {
		"url": "https://github.com/Q42/Micrio.Tiler"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/Q42/Micrio.Tiler.git"
	},
	"engines": {
		"node": ">=18.17.0"
	},
	"engineStrict": true,
	"homepage": "https://micr.io/",
	"license": "MIT",
	"author": "Marcel Duin <marcel@micr.io>",
	"dependencies": {
		"pdf-to-img": "^6.1.0",
		"sharp": "^0.34.5"
	},
	"devDependencies": {
		"@types/node": "^25.9.1",
		"typescript": "^6.0.3"
	},
	"prettier": {
		"useTabs": true,
		"tabWidth": 4
	}
}
