{
    "name": "@here/harp.gl",
    "version": "0.28.0",
    "description": "JS Bundle containing all the functionality needed to render a map with harp.gl",
    "keywords": [
        "map",
        "map-renderer",
        "vector-tiles",
        "geojson",
        "typescript",
        "webgl",
        "harpgl"
    ],
    "main": "dist/harp.js",
    "types": "dist/harp.d.ts",
    "scripts": {
        "prepare": "webpack && NODE_ENV=production webpack",
        "prepack": "yarn build-typings",
        "profile-min": "NODE_ENV=production webpack --profile --json > webpack-stats-production.json",
        "profile-dev": "webpack --profile --json > webpack-stats-dev.json",
        "build-typings": "tsc --build && api-extractor run && echo 'export as namespace harp;' >> dist/harp.d.ts",
        "test": "true"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/heremaps/harp.gl.git"
    },
    "author": {
        "name": "HERE Europe B.V.",
        "url": "https://here.com"
    },
    "license": "Apache-2.0",
    "dependencies": {
        "three": "^0.129.0"
    },
    "devDependencies": {
        "@here/harp-datasource-protocol": "^0.28.0",
        "@here/harp-debug-datasource": "^0.28.0",
        "@here/harp-features-datasource": "^0.28.0",
        "@here/harp-geojson-datasource": "^0.28.0",
        "@here/harp-geoutils": "^0.28.0",
        "@here/harp-lines": "^0.28.0",
        "@here/harp-lrucache": "^0.28.0",
        "@here/harp-map-controls": "^0.28.0",
        "@here/harp-mapview": "^0.28.0",
        "@here/harp-mapview-decoder": "^0.28.0",
        "@here/harp-materials": "^0.28.0",
        "@here/harp-olp-utils": "^0.28.0",
        "@here/harp-omv-datasource": "^0.28.0",
        "@here/harp-test-utils": "^0.28.0",
        "@here/harp-text-canvas": "^0.28.0",
        "@here/harp-utils": "^0.28.0",
        "@here/harp-vectortile-datasource": "^0.28.0",
        "@here/harp-webtile-datasource": "^0.28.0",
        "@microsoft/api-extractor": "^7.8.10",
        "@types/three": "^0.129.0",
        "ts-loader": "^8.0.7",
        "typescript": "^4.1.2",
        "webpack": "^5.12.3",
        "webpack-cli": "^4.3.1",
        "webpack-merge": "^5.7.3"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "e55351c399672d382cdaefdd8a3c20cce29c024b"
}
