{
    "name": "@narwhal/data-engine-core",
    "version": "0.28.4-alpha.0",
    "description": "The data engine that powers the app reactivity",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "test": "jest",
        "prepublishOnly": "yarn run tsc --build --force"
    },
    "repository": {
        "type": "git",
        "url": "git+https://gitlab.com/narwhalsystems/data-engine.git"
    },
    "author": "",
    "license": "UNLICENSED",
    "bugs": {
        "url": "https://gitlab.com/narwhalsystems/data-engine/issues"
    },
    "homepage": "https://gitlab.com/narwhalsystems/data-engine#readme",
    "dependencies": {
        "@babel/standalone": "^7.8.4",
        "@babel/types": "^7.8.3",
        "@narwhal/data-engine-utils": "^0.27.0-alpha.1",
        "@turf/angle": "^6.0.1",
        "@turf/distance-weight": "^6.0.1",
        "@turf/moran-index": "^6.0.1",
        "@turf/polygon-smooth": "^5.0.1",
        "@turf/turf": "^5.1.6",
        "@types/mime-types": "^2.1.0",
        "@types/node": "^12.6.1",
        "@types/numeral": "^0.0.25",
        "@types/object-path": "^0.11.0",
        "@types/uuid": "^3.4.5",
        "assign-deep": "^1.0.1",
        "async-test-util": "^1.7.3",
        "computed-async-mobx": "^4.1.1",
        "deepmerge": "^4.0.0",
        "fast-deep-equal": "^2.0.1",
        "moment": "^2.24.0",
        "numeral": "^2.0.6",
        "p-iteration": "^1.1.8",
        "pouchdb-adapter-memory": "^7.1.1",
        "reflect-metadata": "^0.1.13",
        "rxjs-async-map": "^0.2.0"
    },
    "peerDependencies": {
        "inversify": "^5.0.1",
        "mobx": "^5.13.0",
        "mobx-utils": "^5.4.1",
        "rxdb": "8.7.2",
        "rxjs": "^6.5.2"
    },
    "devDependencies": {
        "inversify": "^5.0.1",
        "mobx": "^5.13.0",
        "mobx-utils": "^5.4.1",
        "rxdb": "^8.7.2",
        "rxjs": "^6.5.2"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "08141e3df1d28a94c857ce340908f5cf86586986"
}
