{
  "name": "@japa/core",
  "version": "7.3.3",
  "description": "The core of Japa testing framework",
  "main": "build/index.js",
  "files": [
    "build/src",
    "build/index.d.ts",
    "build/index.js"
  ],
  "exports": {
    ".": "./build/index.js",
    "./types": "./build/src/types.js"
  },
  "scripts": {
    "mrm": "mrm --preset=@adonisjs/mrm-preset",
    "pretest": "npm run lint",
    "test": "cross-env NODE_DEBUG=japa:core nyc --reporter html node .bin/test.js",
    "clean": "del build",
    "compile": "npm run lint && npm run clean && tsc",
    "build": "npm run compile",
    "prepublishOnly": "npm run build",
    "lint": "eslint . --ext=.ts",
    "format": "prettier --write .",
    "commit": "git-cz",
    "release": "np --message=\"chore(release): %s\"",
    "version": "npm run build",
    "sync-labels": "npx github-label-sync --labels ./node_modules/@adonisjs/mrm-preset/gh-labels.json thetutlage/japa"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thetutlage/japa.git"
  },
  "keywords": [
    "japa",
    "testing",
    "tests"
  ],
  "author": "virk,japa",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thetutlage/japa/issues"
  },
  "homepage": "https://github.com/thetutlage/japa#readme",
  "devDependencies": {
    "@adonisjs/mrm-preset": "^5.0.3",
    "@adonisjs/require-ts": "^2.0.13",
    "@types/node": "^18.14.5",
    "commitizen": "^4.3.0",
    "cross-env": "^7.0.3",
    "cz-conventional-changelog": "^3.3.0",
    "del-cli": "^5.0.0",
    "eslint": "^8.35.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-adonis": "^2.1.1",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.3",
    "japa": "^4.0.0",
    "mrm": "^4.1.13",
    "np": "^7.6.3",
    "nyc": "^15.1.0",
    "prettier": "^2.8.4",
    "typescript": "^4.9.5"
  },
  "mrmConfig": {
    "core": false,
    "license": "MIT",
    "services": [
      "github-actions"
    ],
    "minNodeVersion": "16.13.1",
    "probotApps": [
      "stale",
      "lock"
    ],
    "runGhActionsOnWindows": true
  },
  "eslintConfig": {
    "extends": [
      "plugin:adonis/typescriptPackage",
      "prettier"
    ],
    "plugins": [
      "prettier"
    ],
    "rules": {
      "prettier/prettier": [
        "error",
        {
          "endOfLine": "auto"
        }
      ]
    }
  },
  "eslintIgnore": [
    "build"
  ],
  "prettier": {
    "trailingComma": "es5",
    "semi": false,
    "singleQuote": true,
    "useTabs": false,
    "quoteProps": "consistent",
    "bracketSpacing": true,
    "arrowParens": "always",
    "printWidth": 100
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "np": {
    "contents": ".",
    "anyBranch": false
  },
  "dependencies": {
    "@poppinss/hooks": "^6.0.2-0",
    "async-retry": "^1.3.3",
    "emittery": "^0.13.1",
    "macroable": "^7.0.2",
    "time-span": "^4.0.0"
  },
  "nyc": {
    "exclude": [
      "test",
      "test-helpers"
    ]
  },
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  }
}
