{
  "name": "@lovable.dev/cloud-auth-js",
  "version": "1.1.1",
  "description": "Lovable Cloud Auth JS",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts --outDir dist",
    "dev": "tsup src/index.ts --format cjs,esm --dts --watch",
    "test": "vitest run",
    "typecheck": "tsgo --noEmit",
    "prepublishOnly": "npm run clean && npm run build",
    "clean": "rimraf dist"
  },
  "keywords": [
    "lovable",
    "oauth",
    "authentication"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^22",
    "jsdom": "^26",
    "rimraf": "^5.0.0",
    "tsup": "^7.2.0",
    "typescript": "^5",
    "vitest": "^4.1.0"
  }
}
