{
  "name": "oradm-to-gql",
  "version": "35.1.2",
  "description": "Oracle Data Modeler CSV Export to Apollo GraphQL Endpoint Generator",
  "main": "index.js",
  "scripts": {
    "test": "DEBUG_ORADM=1 jest",
    "auto-test": "DEBUG_ORADM=1 jest --watch --no-watchman"
  },
  "bin": {
    "dbutil": "src/cli.js"
  },
  "author": "Teselagen",
  "license": "ISC",
  "dependencies": {
    "assert-err": "^1.1.0",
    "babyparse": "^0.4.6",
    "bluebird": "^3.5.0",
    "casual": "^1.5.14",
    "chance": "^1.0.10",
    "commander": "^2.18.0",
    "dotenv": "^6.0.0",
    "dumpster": "^0.1.1",
    "faker": "^4.1.0",
    "fs-extra": "^8.1.0",
    "graphql-date": "^1.0.3",
    "graphql-fields": "^1.0.2",
    "graphql-type-json": "^0.1.4",
    "lodash": "^4.17.4",
    "mustache": "^2.3.0",
    "nunjucks": "^3.2.3",
    "pluralize": "^5.0.0",
    "sql-formatter": "^1.2.2",
    "uuid": "^3.3.2"
  },
  "peerDependencies": {
    "graphql": "^15",
    "graphql-server-express": "^0.8.5",
    "graphql-tools": "^1.0.0",
    "knex": "^0.13.0",
    "tg-knex-query-resolver": "^4.0.0"
  },
  "repository": "https://github.com/TeselaGen/oradm-to-gql",
  "devDependencies": {
    "apollo-client": "^1.8.0",
    "body-parser": "^1.17.2",
    "clean-deep": "^3.0.5",
    "express": "^4.15.3",
    "express-graphql": "^0.6.6",
    "graphql": "^15",
    "graphql-server-express": "^0.8.5",
    "graphql-tools": "^1.0.0",
    "jest": "^23.2.0",
    "knex": "^0.95.11",
    "pg": "^8.7.1",
    "require-from-string": "^1.2.1",
    "tg-client-query-builder": "^2.2.0",
    "tg-knex-query-resolver": "^4.1.0"
  }
}
