{
  "name": "next-tinacms-s3",
  "type": "module",
  "version": "24.0.2",
  "main": "dist/index.js",
  "module": "./dist/index.js",
  "files": [
    "dist"
  ],
  "typings": "dist/index.d.ts",
  "license": "Apache-2.0",
  "buildConfig": {
    "entryPoints": [
      "src/index.ts",
      {
        "name": "src/handlers.ts",
        "target": "node"
      }
    ]
  },
  "devDependencies": {
    "@types/crypto-js": "^3.1.47",
    "@types/js-cookie": "^2.2.7",
    "@types/node": "^22.13.1",
    "@types/react": "^18.3.18",
    "next": "14.2.35",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "typescript": "^5.7.3",
    "@tinacms/scripts": "1.6.2",
    "tinacms": "3.11.0"
  },
  "peerDependencies": {
    "tinacms": "^3.11.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "url": "https://github.com/tinacms/tinacms.git",
    "directory": "packages/next-tinacms-s3"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.744.0",
    "@aws-sdk/s3-request-presigner": "^3.744.0"
  },
  "scripts": {
    "types": "pnpm tsc",
    "build": "tinacms-scripts build"
  }
}