{
  "name": "@toollm/ytrank",
  "version": "0.0.3",
  "description": "YTRank AI Tool",
  "author": "Noel Rohi <noelrohi59@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/noelrohi/ytrank.git"
  },
  "type": "module",
  "source": "./src/index.ts",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "ky": "^1.7.2"
  },
  "peerDependencies": {
    "zod": "^3.23.8",
    "ai": "^4.0.18"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@toollm/tsconfig": "1.0.0"
  },
  "scripts": {
    "build": "tsup --config ../../tsup.config.ts",
    "dev": "tsup --config ../../tsup.config.ts --watch",
    "clean": "del dist",
    "test": "run-s test:*",
    "test:lint": "biome lint src",
    "test:typecheck": "tsc --noEmit"
  }
}