UNPKG

nextjs-server-action-tester

Version:

A development tool for scanning and testing server actions in Next.js projects.

46 lines 1.25 kB
{ "name": "nextjs-server-action-tester", "version": "1.0.4", "description": "A development tool for scanning and testing server actions in Next.js projects.", "main": "index.js", "bin": { "actions-scan": "src/index.js", "delete-gen-files": "src/deleteGeneratedFiles.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "echo \"Thanks for installing nextjs-server-action-tester! If you find this tool helpful, consider buying me a coffee: https://www.buymeacoffee.com/bijishob\"" }, "repository": { "type": "git", "url": "git+https://github.com/bijish-js/nextjs-server-action-tester.git" }, "keywords": [ "Next.js", "server-actions", "testing", "automation", "TypeScript", "JavaScript", "serverless", "developer-tools", "dashboard", "UI", "metadata-generation", "Next.js-14", "code-scanning", "server-functions", "fullstack-development" ], "author": "Bijish O B", "license": "ISC", "bugs": { "url": "https://github.com/bijish-js/nextjs-server-action-tester/issues" }, "homepage": "https://github.com/bijish-js/nextjs-server-action-tester#readme", "dependencies": { "@babel/parser": "^7.24.7", "@babel/traverse": "^7.24.7", "fs-extra": "^11.2.0" } }