{
  "name": "@offix/cli",
  "version": "0.3.3",
  "description": "CLI tool for Offix and Datastore",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "typescript": {
    "definition": "types/index.d.ts"
  },
  "bin": {
    "offix": "bin/offix.js"
  },
  "scripts": {
    "build": "tsc",
    "debug": "yarn build && node dist/index generate",
    "test": "yarn build&&jest",
    "lint-fix": "eslint \"./src/*\" --fix"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/bson": "4.0.3",
    "@types/jest": "26.0.15",
    "@types/yargs": "15.0.9",
    "endent": "^2.0.1",
    "jest": "26.6.0",
    "rimraf": "3.0.2",
    "safe-eval": "^0.4.1",
    "ts-jest": "26.4.1",
    "typescript": "3.9.7"
  },
  "dependencies": {
    "@graphback/core": "1.1.0-alpha1",
    "@graphql-tools/load-files": "6.2.4",
    "@graphql-tools/merge": "6.2.4",
    "graphql": "^15.3.0",
    "graphql-metadata": "0.7.6",
    "yargs": "15.4.1"
  }
}
