{
  "name": "tinacms-gitprovider-github",
  "type": "module",
  "version": "4.1.12",
  "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"
      }
    ]
  },
  "dependencies": {
    "@octokit/rest": "^22.0.1",
    "js-base64": "^3.7.7",
    "typescript": "^5.7.3"
  },
  "devDependencies": {
    "@types/node": "^22.13.1",
    "@tinacms/datalayer": "2.0.25",
    "@tinacms/scripts": "1.6.1"
  },
  "peerDependencies": {
    "@tinacms/datalayer": "2.0.25"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "url": "https://github.com/tinacms/tinacms.git",
    "directory": "packages/next-tinacms-dos"
  },
  "scripts": {
    "types": "pnpm tsc",
    "build": "tinacms-scripts build"
  }
}