{
  "name": "ava-patterns",
  "version": "3.2.1",
  "description": "Some useful helpers for tests in AVA",
  "keywords": [],
  "homepage": "https://github.com/vinsonchuong/ava-patterns",
  "bugs": "https://github.com/vinsonchuong/ava-patterns/issues",
  "license": "MIT",
  "author": "Vinson Chuong <vinsonchuong@gmail.com>",
  "repository": "vinsonchuong/ava-patterns",
  "main": "index.js",
  "scripts": {
    "test": "xo && tsc --noEmit && ava",
    "prepublishOnly": "tsc --emitDeclarationOnly",
    "release": "semantic-release"
  },
  "type": "module",
  "dependencies": {
    "fs-extra": "^11.1.1",
    "p-event": "^5.0.1",
    "passing-notes": "^6.5.5",
    "strip-indent": "^4.0.0",
    "tempy": "^3.0.0"
  },
  "devDependencies": {
    "@types/node": "^18.15.12",
    "ava": "^5.2.0",
    "got": "^12.0.1",
    "semantic-release": "^21.0.1",
    "xo": "^0.54.1"
  },
  "ava": {
    "verbose": true
  },
  "xo": {
    "prettier": true,
    "space": 2,
    "semicolon": false,
    "rules": {
      "import/extensions": "off",
      "import/no-anonymous-default-export": "off",
      "import/no-useless-path-segments": "off",
      "unicorn/import-index": "off"
    }
  }
}
