{
  "name": "@usepoodle/poodle-js",
  "version": "1.0.0",
  "description": "Poodle JavaScript and TypeScript SDK",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CONTRIBUTING.md"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\"",
    "lint:fix": "eslint --fix \"src/**/*.ts\" \"tests/**/*.ts\"",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "clean": "rimraf dist",
    "docs": "typedoc --out docs src/index.ts",
    "docs:watch": "typedoc --out docs src/index.ts --watch"
  },
  "keywords": [
    "poodle",
    "email",
    "sdk",
    "api",
    "typescript",
    "javascript",
    "email-sending",
    "email-api",
    "email-sdk"
  ],
  "author": "Wilbert Liu",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/usepoodle/poodle-js.git"
  },
  "bugs": {
    "email": "support@usepoodle.com",
    "url": "https://github.com/usepoodle/poodle-js/issues"
  },
  "homepage": "https://usepoodle.com",
  "engines": {
    "node": ">=16.0.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^16.0.0",
    "eslint": "~8.57.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.0",
    "@typescript-eslint/eslint-plugin": "~5.62.0",
    "@typescript-eslint/parser": "~5.62.0",
    "jest": "^29.7.0",
    "prettier": "^3.2.5",
    "rimraf": "^4.4.1",
    "ts-jest": "^29.1.2",
    "typedoc": "~0.25.13",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "axios": "^1.6.7"
  }
}
