@maptiler/weather
Version:
Weather layers for MapTiler Cloud and MapTiler SDK
64 lines (63 loc) • 1.88 kB
JSON
{
"name": "@maptiler/weather",
"version": "3.1.1",
"description": "Weather layers for MapTiler Cloud and MapTiler SDK",
"module": "dist/maptiler-weather.js",
"types": "dist/maptiler-weather.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/maptiler-weather.js",
"types": "./dist/maptiler-weather.d.ts"
}
},
"author": "MapTiler Team",
"keywords": [
"maptiler",
"plugin",
"weather",
"forecast"
],
"scripts": {
"biome": "biome check --max-diagnostics=1000",
"biome:fix": "biome check --max-diagnostics=1000 --write",
"make": "npm run biome:fix && npm run build",
"build": "npm run build-es; npm run build-umd",
"build-dev": "NODE_ENV=development npm run build-es; NODE_ENV=development npm run build-umd",
"build-umd": "tsc && vite build -c vite.config-umd.ts",
"build-es": "tsc && vite build -c vite.config-es.ts",
"dev": "concurrently \"vite -c vite.config-dev.ts\" \"npm run dev-umd\"",
"dev-umd": "tsc --project tsconfig-dev-umd.json && NODE_ENV=development vite build -w -c vite.config-umd.ts",
"ncu": "npx npm-check-updates",
"prepare": "husky"
},
"lint-staged": {
"*.ts": "npm run biome:fix"
},
"repository": {
"type": "git",
"url": "https://github.com/maptiler/maptiler-weather-js.git"
},
"license": "",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/events": "^3.0.3",
"@types/node": "^22.10.5",
"@types/three": "^0.135.0",
"concurrently": "^9.1.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"stats.js": "^0.17.0",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-glsl": "^1.3.1"
},
"dependencies": {
"@maptiler/sdk": "~3.5.0",
"events": "^3.3.0",
"lru-cache": "^11.0.2",
"ol": "^10.3.1",
"three": "~0.135.0"
}
}