{
  "name": "@yodata/context-sdk",
  "version": "2.0.4",
  "description": "tools for developing and publishing yodata-context (cdef.yaml) files.",
  "keywords": [
    "yodata",
    "real-estate",
    "context",
    "json",
    "reflex"
  ],
  "author": "yodaveduran <dave@yodata.io> (https://yodata.io/)",
  "homepage": "https://github.com/yodata/yodata/tree/master/packages/context-sdk#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "bin": {
    "generate-project": "lib/generate-project/cli.js",
    "info": "lib/info/cli.js",
    "deploy": "lib/deploy/cli.js",
    "transform": "lib/transform/cli.js"
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Yodata/yodata.git"
  },
  "scripts": {
    "pretest": "npx eslint .",
    "test": "jest",
    "generate-project": "node lib/generate-project/cli.js",
    "deploy": "node lib/deploy/cli.js"
  },
  "bugs": {
    "url": "https://github.com/Yodata/yodata/issues"
  },
  "dependencies": {
    "@yodata/cli-tools": "^1.0.4",
    "@yodata/client": "^1.11.23",
    "@yodata/config": "^1.6.15",
    "@yodata/transform": "^1.6.10",
    "@yodata/transform-plugin-view": "^1.6.13",
    "assert-plus": "^1.0.0",
    "chalk": "^3.0.0",
    "dotenv": "^8.2.0",
    "handlebars": "^4.1.2",
    "inquirer": "^7.0.4",
    "lodash": "^4.17.11",
    "my-load-data": "^1.1.0",
    "read-data": "^1.1.0",
    "recursive-copy": "^2.0.10",
    "shelljs": "^0.8.3",
    "through2": "^3.0.1",
    "yargs": "^15.1.0"
  },
  "gitHead": "0e6d7172aee5bda442ed0998d073c89b67aca2ca",
  "devDependencies": {
    "@types/eslint": "^6.1.8",
    "@types/jest": "^25.1.2",
    "@types/yargs": "^15.0.3",
    "eslint": "^6.8.0",
    "jest": "^25.1.0"
  }
}
