{
	"name": "@metoceanapi/wxtiles-leaflet",
	"version": "2.4.1-3",
	"description": "WxTile JS lib to render wxtiles datalayers",
	"main": "dist/es/index.js",
	"types": "dist/es/index.d.ts",
	"scripts": {
		"build_DEMO_Docs": "npm run build && npm run buildDOCS && node build-for-docs.js",
		"start": "PORT=3002 node watch-public.mjs",
		"build": "rm -rf dist/ && node build.js && tsc",
		"buildDOCS": "./node_modules/.bin/typedoc --excludeExternals --out docs/docs -gitRevision main src",
		"preversion": "npm run build",
		"version": "changelogkeeper && git add CHANGELOG.md",
		"npm_reinstall": "rm -rf node_modules package-lock.json && npm i",
		"npm_i": "npm i",
		"prepare": "husky"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/metoceanapi/wxtiles-leaflet.git"
	},
	"author": "Sergei Melman",
	"license": "ISC",
	"bugs": {
		"url": "https://github.com/metoceanapi/wxtiles-leaflet/issues"
	},
	"homepage": "https://github.com/metoceanapi/wxtiles-leaflet#readme",
	"devDependencies": {
		"@biomejs/biome": "1.9.4",
		"@types/leaflet": "^1.9.3",
		"changelogkeeper": "^1.2.0",
		"esbuild": "^0.17.18",
		"esbuild-plugin-external-global": "^1.0.1",
		"git-format-staged": "^3.1.1",
		"husky": "^9.1.6",
		"leaflet": "^1.9.3",
		"typedoc": "^0.23.28",
		"typescript": "^4.9.5"
	},
	"dependencies": {
		"@metoceanapi/wxtiles-common": "^0.0.11-1"
	}
}
