{
  "name": "mailinator-client",
  "version": "1.1.1",
  "description": "Mailinator REST API client for JavaScript applications.",
  "main": "lib/index.js",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "generate:index": "node scripts/generate-barrels.js",
    "test": "jest",
    "coverage": "jest --coverage",
    "build": "npm run generate:index && tsc && node scripts/sync-lib-layout.js",
    "deps:update": "npx npm-check-updates -u && npm install",
    "prepare": "npm run build",
    "version": "git add -A .",
    "postversion": "git push && git push --tags"
  },
  "keywords": [
    "mailinator",
    "email",
    "inbox",
    "message",
    "REST-API-client"
  ],
  "author": "Manybrain, LLC <support@manybrain.com> (http://manybrain.com)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manybrain/mailinator-javascript-client.git"
  },
  "license": "The Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)",
  "bugs": {
    "url": "https://github.com/manybrain/mailinator-javascript-client/issues"
  },
  "homepage": "https://github.com/manybrain/mailinator-javascript-client",
  "dependencies": {
    "@types/node": "^25.9.3",
    "typed-rest-client": "^3.0.0"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "dotenv": "^17.4.2",
    "jest": "^30.4.2",
    "tmp": "^0.2.7",
    "ts-jest": "^29.4.11",
    "typescript": "^6.0.3",
    "uuid": "^14.0.0"
  }
}
