{
  "name": "concise",
  "version": "0.4.5",
  "author": "Guillermo Grau Panea",
  "license": "MIT",
  "main": "lib/index.js",
  "scripts": {
    "compile": "yarn compile:clean && yarn compile:run",
    "compileWatch": "yarn compile:clean && yarn compile:runWatch",
    "compile:clean": "rm -rf ./lib && ../../node_modules/.bin/flow-copy-source -i \"**/__mocks__/**\" -i \"**/__tests__/**\" src lib",
    "compile:run": "../../node_modules/.bin/babel src -d lib --ignore \"**/__mocks__/**\",\"**/__tests__/**\"",
    "compile:runWatch": "yarn compile:run --watch"
  },
  "dependencies": {
    "babel-runtime": "^6.23.0",
    "inflection": "^1.12.0",
    "lodash.clonedeep": "^4.5.0",
    "timm": "^1.7.1",
    "concise-types": "^0.4.5"
  },
  "devDependencies": {
    "prettier": "^2.2.1"
  },
  "description": "A tool belt for concise schemas",
  "keywords": [
    "schema",
    "pg",
    "postgres",
    "postgresql",
    "yaml",
    "flowtype",
    "flow",
    "svg",
    "diagram",
    "erd",
    "graphql",
    "sequelize",
    "firebase"
  ],
  "homepage": "https://github.com/guigrpa/concise#readme",
  "bugs": {
    "url": "https://github.com/guigrpa/concise/issues"
  },
  "repository": "guigrpa/concise"
}
