{
    "name": "@here/harp-datasource-protocol",
    "version": "0.28.0",
    "description": "Components used for the decoding and styling of data that is used by the Datasources.",
    "main": "index.js",
    "typings": "index",
    "directories": {
        "test": "test"
    },
    "scripts": {
        "test": "cross-env mocha --require source-map-support/register $EXTRA_MOCHA_ARGS ./test/*.js",
        "build": "tsc --build $EXTRA_TSC_ARGS",
        "prepare": "cross-env tsc --build $EXTRA_TSC_ARGS",
        "generate-json-schema": "typeconv -f ts -t jsc ./lib/Theme.ts && cp ./lib/Theme.json theme.schema.json && rm ./lib/Theme.json "
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/heremaps/harp.gl.git",
        "directory": "@here/harp-datasource-protocol"
    },
    "author": {
        "name": "HERE Europe B.V.",
        "url": "https://here.com"
    },
    "license": "Apache-2.0",
    "dependencies": {
        "@here/harp-geometry": "^0.28.0",
        "@here/harp-geoutils": "^0.28.0",
        "@here/harp-utils": "^0.28.0",
        "csscolorparser": "^1.0.3"
    },
    "devDependencies": {
        "@here/harp-test-utils": "^0.28.0",
        "@types/chai": "^4.2.14",
        "@types/mocha": "^8.2.0",
        "@types/three": "^0.129.0",
        "chai": "^4.0.2",
        "cross-env": "^7.0.2",
        "mocha": "^8.2.1",
        "source-map-support": "^0.5.19",
        "three": "^0.129.0",
        "typeconv": "^1.7.0",
        "typescript": "^4.1.2"
    },
    "peerDependencies": {
        "three": "^0.129.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "e55351c399672d382cdaefdd8a3c20cce29c024b"
}
