ol-owm
Version:
Weather layer for OpenLayers and Leaflet using OpenWeatherMap
50 lines (49 loc) • 1.2 kB
JSON
{
"name": "ol-owm",
"version": "3.0.8",
"description": "Weather layer for OpenLayers and Leaflet using OpenWeatherMap",
"type": "module",
"types": "./dist/esm/index.d.ts",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"scripts": {
"build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json && npm run copy-libs",
"copy-libs": "cpx \"src/libs/**/*\" dist/esm/libs && cpx \"src/libs/**/*\" dist/cjs/libs",
"prepare": "npm run build",
"dev": "vite",
"build:demo": "vite build"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/STAR-Systems-Company/ol-owm.git"
},
"keywords": [
"leaflet",
"openlayers",
"weather",
"owm",
"map"
],
"author": "STAR Systems",
"license": "MIT",
"dependencies": {
"leaflet": "^1.9.4",
"ol": "^10.4.0",
"wind-core": "^1.1.8",
"wind-gl-core": "^2.0.2"
},
"devDependencies": {
"@types/leaflet": "^1.9.18",
"@types/node": "^22.15.29",
"cpx": "^1.5.0",
"typescript": "^5.3.3",
"vite": "^6.3.5"
}
}