{
  "name": "@userjot/next",
  "version": "1.0.0-beta.1",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "private": false,
  "description": "UserJot client for Next applications",
  "author": "Shayan <shayan@userjot.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://userjot.com"
  },
  "homepage": "https://userjot.com",
  "keywords": [
    "userjot",
    "next",
    "feedback",
    "changelog",
    "roadmap"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./server": {
      "import": "./dist/server/index.js",
      "require": "./dist/server/index.cjs"
    }
  },
  "typesVersions": {
    "*": {
      "*": [
        "dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch --clean=false",
    "publish:prod": "npm run build && npm publish",
    "publish:beta": "npm run build && npm publish --tag beta",
    "publish:dryrun": "npm run build && npm publish --dry-run"
  },
  "peerDependencies": {
    "next": "^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@types/react": "19.1.3",
    "@types/react-dom": "19.1.3",
    "@userjot/core": "workspace:*",
    "@userjot/react": "workspace:*",
    "next": "15.3.1",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "tsup": "8.4.0",
    "typescript": "5.8.3"
  }
}
