{
  "name": "@chix/flow-todot",
  "version": "2.9.14",
  "description": "Convert Chiχ json to dot format",
  "keywords": [
    "chix",
    "dot",
    "flow"
  ],
  "bugs": {
    "url": "https://github.com/chixio/chix/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:chixio/chix.git"
  },
  "license": "MIT",
  "author": "Rob Halff",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "clean": "rimraf lib/",
    "copy:templates": "cp src/templates/*.tpl lib/templates/",
    "lint": "tslint 'src/**/*.ts' --fix",
    "prepare": "yarn run copy:templates"
  },
  "dependencies": {
    "@chix/common": "^2.9.14",
    "dots": "0.1.0",
    "mustache": "3.x.x",
    "object-forof": "^1.5.2"
  }
}