create-super-react
Version:
Full‑stack React starter: Vite + TS + Tailwind, Bun/Hono + SQLite, cookie auth, CSRF, and Google OAuth—scaffolded in one command.
62 lines (61 loc) • 1.48 kB
JSON
{
"name": "create-super-react",
"version": "0.4.1",
"description": "Full‑stack React starter: Vite + TS + Tailwind, Bun/Hono + SQLite, cookie auth, CSRF, and Google OAuth—scaffolded in one command.",
"type": "module",
"bin": {
"create-super-react": "index.js"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"picocolors": "^1.0.0"
},
"scripts": {
"test": "node index.js test-app --no-auth && rm -rf test-app",
"test:auth": "node index.js test-app-auth && rm -rf test-app-auth",
"test:password": "node index.js test-app-password --password-auth && rm -rf test-app-password",
"pack:dry": "npm pack --dry-run",
"prepublishOnly": "node index.js test-prepublish --no-auth && rm -rf test-prepublish"
},
"files": [
"index.js",
"lib/",
"templates/",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/scottdaly/create-super-react.git"
},
"bugs": {
"url": "https://github.com/scottdaly/create-super-react/issues"
},
"homepage": "https://super-react.com",
"author": "Scott Daly",
"license": "MIT",
"keywords": [
"create-super-react",
"initializer",
"scaffold",
"starter",
"react",
"vite",
"typescript",
"tailwind",
"react-router",
"bun",
"hono",
"sqlite",
"auth",
"oauth",
"google",
"csrf",
"fullstack",
"template",
"boilerplate"
]
}