{
  "name": "odottaa",
  "version": "1.1.19",
  "description": "🦥 Custom playwright matchers to test the state of the API response",
  "main": "lib/src/index.js",
  "types": "lib/src/index.d.ts",
  "files": [
    "lib/src/index.js",
    "lib/src/utils.js",
    "lib/src/index.d.ts"
  ],
  "scripts": {
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "build": "tsc",
    "postbuild": "cp ./src/index.d.ts lib/src/index.d.ts",
    "start": "node server/index.js",
    "test": "playwright test",
    "lint": "eslint --ext .ts src/",
    "format": "prettier --config .prettierrc 'src/*.ts' --write",
    "format:check": "prettier --config .prettierrc 'src/*.ts' --check",
    "release": "release-it --github.release",
    "release:ci": "npm run release -- --ci --npm.skipChecks --no-git.requireCleanWorkingDir",
    "release:patch": "npm run release -- patch",
    "release:minor": "npm run release -- minor",
    "release:major": "npm run release -- major"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elaichenkov/odottaa.git"
  },
  "keywords": [
    "playwright",
    "expect",
    "assertions",
    "api",
    "typescript",
    "e2e",
    "testing"
  ],
  "author": "Yevhen Laichenkov <elaichenkov@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/elaichenkov/odottaa/issues"
  },
  "homepage": "https://github.com/elaichenkov/odottaa#readme",
  "devDependencies": {
    "@playwright/test": "^1.39.0",
    "@typescript-eslint/eslint-plugin": "^6.7.5",
    "@typescript-eslint/parser": "^6.7.5",
    "eslint": "^8.51.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.1",
    "prettier": "^3.0.3",
    "release-it": "^17.0.0",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "expect": "^29.6.2"
  }
}
