{
  "name": "is-even-ai",
  "version": "1.0.5",
  "description": "Check if a number is even with the power of ✨AI✨",
  "keywords": [
    "AI",
    "is-even",
    "is-odd",
    "ChatGPT",
    "GPT",
    "OpenAI"
  ],
  "author": {
    "name": "Calvin Liang",
    "email": "npm@calvin.sh",
    "url": "https://calvin.sh"
  },
  "repository": "Calvin-LL/is-even-ai",
  "bugs": "https://github.com/Calvin-LL/is-even-ai/issues",
  "homepage": "https://github.com/Calvin-LL/is-even-ai",
  "license": "MIT",
  "types": "dist/index.d.ts",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "type": "commonjs",
  "scripts": {
    "test": "vitest",
    "build": "tsc"
  },
  "dependencies": {
    "openai": "^4.28.4"
  },
  "devDependencies": {
    "typescript": "^5.4.2",
    "vitest": "^2.1.3"
  }
}
