@ecogis/maps-style-switcher
Version:
Ecogis Style Switcher
25 lines • 522 B
JSON
{
"name": "@ecogis/maps-style-switcher",
"version": "0.0.4",
"description": "Ecogis Style Switcher",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecogis",
"maps",
"style-switcher"
],
"license": "GPL-3.0",
"dependencies": {
"mapbox-gl": "^1.11.1"
},
"devDependencies": {
"@types/mapbox-gl": "^1.9.0",
"minimist": ">=0.2.1",
"typescript": "^5.8.2"
}
}