{
  "name": "react-server-actions",
  "version": "1.0.14",
  "description": "A package for working with actions in React and Next.js",
  "keywords": [
    "next",
    "nextjs",
    "server actions",
    "actions",
    "react"
  ],
  "homepage": "https://github.com/ftognetto/react-server-actions",
  "bugs": {
    "url": "https://github.com/ftognetto/react-server-actions/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ftognetto/react-server-actions.git"
  },
  "license": "MIT",
  "author": "Fabrizio Tognetto <f.tognetto@quantos.it> (https://quantos.it)",
  "type": "module",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.17.4",
    "prettier": "^3.3.3",
    "typescript": "^5.7.3",
    "vitest": "^3.1.1"
  },
  "peerDependencies": {
    "@types/react": ">=18.0.0",
    "react": ">=18.0.0",
    "zod": ">=3.22.4"
  },
  "scripts": {
    "build": "tsc",
    "check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
    "check-format": "prettier --check .",
    "ci": "npm run build && npm run check-format && npm run check-exports",
    "format": "prettier --write ."
  }
}