{
  "name": "llmrefs",
  "description": "LLMrefs JavaScript SDK for AI Search SEO Analytics and Tracking",
  "author": "LLMrefs <hello@llmrefs.com>",
  "homepage": "https://github.com/LLMrefs/llmrefs-js",
  "version": "1.0.0",
  "private": false,
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "prepublishOnly": "npm run test && npm run build"
  },
  "devDependencies": {
    "@types/node": "^24.10.1",
    "prettier": "^3.6.2",
    "typescript": "^5.9.3",
    "vitest": "^4.0.13"
  }
}
