{
  "name": "adonis-lucid",
  "description": "AdonisJs official SQL ORM",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "version": "3.0.16",
  "scripts": {
    "lint": "standard",
    "test:all": "DB=sqlite3 npm run test && DB=mysql npm run test && DB=pg npm run test",
    "coverage": "npm run lint && node ./bin/coverage",
    "test": "npm run lint && FORCE_COLOR=true node ./bin/test"
  },
  "standard": {
    "global": [
      "use",
      "describe",
      "it",
      "after",
      "before",
      "context",
      "make",
      "beforeEach"
    ]
  },
  "author": "adonisjs",
  "license": "MIT",
  "devDependencies": {
    "adonis-ace": "^3.0.7",
    "adonis-fold": "^3.0.3",
    "bluebird": "^3.5.0",
    "chai": "^3.5.0",
    "co-fs-extra": "^1.2.1",
    "co-mocha": "^1.2.0",
    "coveralls": "^2.13.1",
    "cz-conventional-changelog": "^2.0.0",
    "dirty-chai": "^1.2.2",
    "istanbul": "^0.4.5",
    "mocha": "^3.3.0",
    "mocha-lcov-reporter": "^1.3.0",
    "mysql": "^2.13.0",
    "pg": "^6.1.5",
    "semantic-release": "^6.3.2",
    "semver": "^5.3.0",
    "shelljs": "^0.7.7",
    "sqlite3": "^3.1.8",
    "standard": "^10.0.2",
    "test-console": "^1.0.0",
    "uuid": "^3.0.1"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    },
    "flags": "--harmony_proxies"
  },
  "dependencies": {
    "adonis-binding-resolver": "^1.0.1",
    "cat-log": "^1.0.2",
    "chance": "^1.0.8",
    "co": "^4.6.0",
    "co-functional": "^0.2.1",
    "cz-conventional-changelog": "^1.2.0",
    "es6-class-mixin": "^1.0.5",
    "harmony-reflect": "^1.5.1",
    "inflect": "^0.4.0",
    "knex": "^0.13.0",
    "lodash": "^4.17.4",
    "moment": "^2.18.1",
    "node-exceptions": "^2.0.1",
    "pretty-hrtime": "^1.0.3",
    "require-all": "^2.2.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adonisjs/adonis-lucid.git"
  }
}
