{
  "name": "@tngraphql/illuminate",
  "version": "1.1.14",
  "main": "dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "commander",
    "tngraphql",
    "graphql",
    "graphql nodejs",
    "type graphql",
    "graphql server"
  ],
  "scripts": {
    "test": "npm run test:sqlite && npm run test:mysql",
    "test:sqlite": "cross-env DB_CONNECTION=sqlite jest --verbose --coverage --runInBand",
    "test:mysql": "cross-env DB_CONNECTION=mysql jest --verbose --coverage --runInBand",
    "dev": "cross-env ENV_PATH=.env ts-node-dev --notify false -F ./dev",
    "clean": "rimraf dist",
    "build": "npm run clean && tsc -b && npm run copy:files",
    "compile": "yarn build",
    "copy:files": "copyfiles -u 1 \"src/**/*.stub\" dist",
    "pub": "yarn publish"
  },
  "author": "Nguyenpl117,TNGraphQL",
  "license": "MIT",
  "dependencies": {
    "@adonisjs/env": "^1.0.12",
    "@adonisjs/events": "^1.0.7",
    "@adonisjs/logger": "^1.1.9",
    "@adonisjs/profiler": "^2.0.0",
    "@poppinss/dev-utils": "^1.0.4",
    "@poppinss/utils": "^2.1.2",
    "apollo-server": "^2.10.1",
    "camelcase": "^5.3.1",
    "chance": "^1.1.4",
    "cli-table3": "^0.5.1",
    "glob": "^7.1.6",
    "graphql-query-complexity": "^0.4.1",
    "graphql-subscriptions": "^1.1.0",
    "graphql-tools": "^4.0.7",
    "lodash": "^4.17.15",
    "log-update": "^4.0.0",
    "macroable": "^4.0.2",
    "moment": "^2.24.0",
    "php-serialize": "^4.0.2",
    "pretty-hrtime": "^1.0.3",
    "randomstring": "^1.1.5",
    "reflect-metadata": "^0.1.13",
    "snake-case": "^3.0.3",
    "uuid": "^7.0.3",
    "validatorjs": "^3.18.1"
  },
  "devDependencies": {
    "@tngraphql/console": "^1.0.1",
    "@tngraphql/graphql": "^1.0.6",
    "@tngraphql/illuminate": "^1.1.3",
    "@tngraphql/lucid": "^1.0.18",
    "@tngraphql/route": "^1.0.1",
    "@types/express": "^4.17.2",
    "@types/jest": "^25.1.3",
    "@types/lodash": "^4.14.149",
    "@types/validatorjs": "^3.15.0",
    "apollo-server-express": "^2.10.1",
    "bcrypt": "^4.0.1",
    "copyfiles": "^2.2.0",
    "cross-env": "^7.0.2",
    "delay": "^4.3.0",
    "express": "^4.17.1",
    "graphql": "^14.6.0",
    "graphql-tag": "^2.10.3",
    "i18n": "^0.8.6",
    "jest": "^25.1.0",
    "mysql": "^2.18.1",
    "nodemon": "^2.0.2",
    "p-event": "^4.1.0",
    "pino-pretty": "^4.0.0",
    "rimraf": "^3.0.2",
    "sqlite3": "^5.0.0",
    "ts-jest": "^25.2.1",
    "ts-node": "^8.4.1",
    "ts-node-dev": "^1.0.0-pre.44",
    "typescript": "^3.7.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tngraphql/tn-illuminate.git"
  },
  "bugs": {
    "url": "https://github.com/tngraphql/tn-illuminate/issues"
  },
  "homepage": "https://github.com/tngraphql/tn-illuminate#readme",
  "description": "The TNGraphQL Framework.",
  "directories": {
    "example": "examples",
    "test": "test"
  }
}
