react-server-actions
Version:
A package for working with actions in React and Next.js
47 lines (46 loc) • 1.23 kB
JSON
{
"name": "react-server-actions",
"version": "1.0.26",
"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"
],
"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 .",
"prepublishOnly": "npm run ci"
},
"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": ">=4.1.11"
}
}