protomaps-themes-base
Version:
Protomaps basemap themes for MapLibre GL JS
51 lines (50 loc) • 1.51 kB
JSON
{
"name": "protomaps-themes-base",
"version": "4.5.0",
"description": "Protomaps basemap themes for MapLibre GL JS",
"type": "module",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/cjs/index.d.cts",
"default": "./dist/cjs/index.cjs"
}
}
},
"files": [
"dist",
"src"
],
"scripts": {
"generate-styles": "tsx src/generate_styles.ts",
"build": "tsup && npm run generate-styles https://example.com/tiles.json",
"test": "tsx test/index.test.ts",
"tsc-watch": "tsc --noEmit --watch",
"tsc": "tsc --noEmit",
"check": "biome check src test --javascript-formatter-indent-style=space --json-formatter-indent-style=space",
"format": "biome format --write src test --javascript-formatter-indent-style=space --json-formatter-indent-style=space"
},
"repository": {
"type": "git",
"url": "git+https://github.com/protomaps/basemaps.git"
},
"author": "The Protomaps Authors",
"license": "BSD-3-Clause",
"homepage": "https://github.com/protomaps/basemaps",
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@maplibre/maplibre-gl-style-spec": "^19.3.1",
"tsup": "^8.3.6",
"tsx": "^4.7.2",
"typedoc": "^0.26.8",
"typescript": "^4.5.5"
}
}