{
  "name": "tinacms-authjs",
  "type": "module",
  "version": "23.0.3",
  "main": "dist/index.js",
  "module": "./dist/index.js",
  "files": [
    "dist"
  ],
  "typings": "dist/index.d.ts",
  "license": "Apache-2.0",
  "buildConfig": {
    "entryPoints": [
      {
        "name": "src/index.ts",
        "target": "node"
      },
      "src/tinacms.ts"
    ]
  },
  "dependencies": {
    "@tinacms/schema-tools": "2.8.1"
  },
  "devDependencies": {
    "next": "^15.5.9",
    "next-auth": "^4.24.13",
    "react": "^19.2.3",
    "typescript": "^5.7.3",
    "@tinacms/scripts": "1.6.1",
    "@tinacms/datalayer": "2.0.25",
    "tinacms": "3.9.3"
  },
  "peerDependencies": {
    "next": "^12.2.5 || ^13 || ^14 || ^15",
    "next-auth": "^4.22.1",
    "react": "^17.0.2 || ^18 || ^19",
    "react-dom": "^17.0.2 || ^18 || ^19",
    "tinacms": "3.9.3"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "url": "https://github.com/tinacms/tinacms.git",
    "directory": "packages/next-auth"
  },
  "scripts": {
    "types": "pnpm tsc",
    "build": "tinacms-scripts build",
    "run-self-script": "node bin/tinacms-authjs setup"
  }
}