{
  "name": "pw-otp-client",
  "version": "1.0.0",
  "description": "OTP code retrieval from SMS for Playwright e2e tests",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:unit": "jest test/unit",
    "test:integration": "jest test/integration",
    "prepublishOnly": "npm run build",
    "prepare": "npm run build",
    "lint": "eslint . --ext .ts"
  },
  "keywords": [
    "playwright",
    "otp",
    "sms",
    "2fa",
    "authentication",
    "testing",
    "e2e",
    "mailslurp",
    "twilio",
    "mailosaur",
    "automation",
    "verification"
  ],
  "author": "Alex Bobyr <dreamquality337@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dreamquality/pw-otp-client.git"
  },
  "bugs": {
    "url": "https://github.com/dreamquality/pw-otp-client/issues"
  },
  "homepage": "https://github.com/dreamquality/pw-otp-client#readme",
  "dependencies": {
    "axios": "^1.11.0",
    "dotenv": "^17.2.1",
    "mailosaur": "^8.8.1",
    "mailslurp-client": "^16.0.0",
    "twilio": "^5.8.2"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^24.3.0",
    "@types/sinon": "^17.0.4",
    "jest": "^30.1.1",
    "nock": "^14.0.10",
    "sinon": "^21.0.0",
    "ts-jest": "^29.4.1",
    "typescript": "^5.9.2"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ]
}
