{
  "name": "@adonisjs/vow",
  "version": "1.0.17",
  "description": "Test runner for Adonis framework with batteries included 🔋",
  "main": "index.js",
  "scripts": {
    "mrm": "mrm --preset=@adonisjs/mrm-preset",
    "pretest": "npm run lint",
    "test:local": "FORCE_COLOR=true node bin/index.js --local",
    "test": "nyc japa",
    "test:win": "node ./node_modules/japa-cli/index.js",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "commit": "git-cz",
    "lint": "standard"
  },
  "standard": {
    "globals": [
      "use"
    ]
  },
  "keywords": [],
  "author": "virk",
  "license": "MIT",
  "devDependencies": {
    "@adonisjs/ace": "^5.0.5",
    "@adonisjs/fold": "^4.0.9",
    "@adonisjs/mrm-preset": "^1.0.13",
    "@adonisjs/sink": "^1.0.17",
    "commitizen": "^2.10.1",
    "coveralls": "^3.0.2",
    "cz-conventional-changelog": "^2.1.0",
    "fs-extra": "^7.0.0",
    "japa-cli": "^1.0.1",
    "mrm": "^1.2.1",
    "nyc": "^13.0.1",
    "pkg-ok": "^2.2.0",
    "semver": "^5.5.1",
    "standard": "^12.0.1",
    "upath": "^1.1.0"
  },
  "dependencies": {
    "chai-subset": "^1.6.0",
    "debug": "^4.0.1",
    "globby": "^8.0.1",
    "japa": "1.0.6",
    "lodash": "^4.17.11",
    "macroable": "^1.0.0",
    "node-cookie": "^2.1.1",
    "p-series": "^1.1.0",
    "superagent": "^4.0.0-beta.5"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "nyc": {
    "exclude": [
      "test"
    ]
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adonisjs/adonis-vow.git"
  },
  "bugs": {
    "url": "https://github.com/adonisjs/adonis-vow/issues"
  },
  "homepage": "https://github.com/adonisjs/adonis-vow#readme"
}
