{
    "name": "@record-evolution/widget-mapbox",
    "description": "REWidget widget-mapbox",
    "license": "MIT",
    "author": "widget-mapbox",
    "version": "1.5.14",
    "engines": {
        "node": ">=24.9.0",
        "npm": ">=10.0.2"
    },
    "type": "module",
    "main": "dist/widget-mapbox.js",
    "types": "dist/src/widget-mapbox.d.ts",
    "files": [
        "dist",
        "src",
        "thumbnail.png"
    ],
    "scripts": {
        "analyze": "cem analyze --litelement",
        "start": "concurrently -k -r \"npm run watch\" \"wds\"",
        "build": "rollup -c rollup.config.js",
        "watch": "rollup -w -c rollup.config.js",
        "link": "npm link && cd ../RESWARM/frontend && npm link @record-evolution/widget-mapbox",
        "unlink": "npm unlink --global && cd ../RESWARM/frontend && npm unlink @record-evolution/widget-mapbox && npm i @record-evolution/widget-mapbox",
        "types": "cat src/definition-schema.json | json2ts > src/definition-schema.d.ts",
        "release": "npm version patch --tag-version-prefix='' && git push && git push --tag && npm run build",
        "cors": "gcloud storage buckets update gs://reswarm-images --cors-file=src/cors-config.json"
    },
    "dependencies": {
        "@types/geojson": "^7946.0.16",
        "@types/mapbox-gl": "^3.4.1",
        "lit": "^3.3.1",
        "mapbox-gl": "^3.15.0",
        "tinycolor2": "^1.6.0"
    },
    "devDependencies": {
        "@babel/plugin-syntax-import-assertions": "^7.27.1",
        "@custom-elements-manifest/analyzer": "^0.10.4",
        "@rollup/plugin-babel": "^6.0.4",
        "@rollup/plugin-commonjs": "^28.0.6",
        "@rollup/plugin-json": "^6.1.0",
        "@rollup/plugin-node-resolve": "^16.0.1",
        "@rollup/plugin-replace": "^6.0.2",
        "rollup-plugin-string": "^3.0.0",
        "@rollup/plugin-typescript": "^12.1.3",
        "@types/glob": "^8.1.0",
        "@types/tinycolor2": "^1.4.6",
        "@typescript-eslint/eslint-plugin": "^8.34.1",
        "@typescript-eslint/parser": "^8.34.1",
        "@web/dev-server": "^0.4.6",
        "concurrently": "^9.1.2",
        "eslint": "^9.29.0",
        "eslint-config-prettier": "^10.1.5",
        "glob": "^11.0.3",
        "husky": "^9.1.7",
        "json-schema-to-typescript": "^15.0.4",
        "lint-staged": "^16.1.2",
        "minimatch": "10.0.3",
        "prettier": "^3.5.3",
        "rollup": "^4.43.0",
        "rollup-plugin-copy": "^3.5.0",
        "tslib": "^2.8.1",
        "typescript": "5.8.3"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/RecordEvolution/widget-mapbox.git"
    },
    "keywords": [
        "widget",
        "mapbox"
    ],
    "bugs": {
        "url": "https://github.com/RecordEvolution/widget-mapbox/issues"
    },
    "homepage": "https://github.com/RecordEvolution/widget-mapbox#readme"
}
