{
  "name": "vibe-uppercase",
  "version": "1.0.2",
  "description": "Uses LLM to convert text to uppercase.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "vibe",
    "uppercase",
    "llm"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/GatienBoquet/vibe-uppercase.git"
  },
  "author": "",
  "license": "ISC",
  "type": "commonjs",
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^24.2.1",
    "jest": "^30.0.5",
    "ts-jest": "^29.4.1",
    "typescript": "^5.9.2"
  },
  "dependencies": {
    "@google/generative-ai": "^0.24.1"
  }
}
