{
    "name": "@here/create-harp.gl-app",
    "version": "0.28.0",
    "description": "Create harp.gl projects",
    "main": "src/index.js",
    "bin": {
        "create-harpgl-app": "src/index.js"
    },
    "files": [
        "src/index.js"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/heremaps/harp.gl.git",
        "directory": "@here/create-harp.gl-app"
    },
    "author": {
        "name": "HERE Europe B.V.",
        "url": "https://here.com"
    },
    "license": "Apache-2.0",
    "keywords": [
        "map",
        "map-renderer",
        "vector-tiles",
        "geojson",
        "typescript",
        "webgl",
        "harpgl"
    ],
    "engines": {
        "node": ">=8.0.0",
        "npm": ">=6.14.15"
    },
    "dependencies": {
        "ansi-bold": "^0.1.1",
        "global-dirs": "^2.1.0",
        "import-from": "^3.0.0",
        "inquirer": "^7.1.0",
        "log-symbols": "^4.0.0"
    },
    "devDependencies": {
        "mocha": "^8.2.1"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "e55351c399672d382cdaefdd8a3c20cce29c024b"
}
