sysrotcore
Version:
CLI de nueva generación para crear proyectos Next.js 14+ con IA integrada y componentes modernos
125 lines • 2.52 kB
JSON
{
"name": "sysrotcore",
"version": "2.1.18",
"description": "CLI de nueva generación para crear proyectos Next.js 14+ con IA integrada y componentes modernos",
"main": "cli.js",
"bin": {
"sysrotcore": "./cli.js"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"files": [
"cli.js",
"createProject.js",
"fix-nextconfig.js",
"template/**/*",
"!template/node_modules/**",
"!template/.next/**",
"!template/dist/**",
"!template/*.log",
"README.md",
"CHANGELOG.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "echo 'Ready to publish SysrotCore'",
"start": "node cli.js",
"help": "node cli.js --help",
"version": "node cli.js --version"
},
"keywords": [
"nextjs",
"react",
"typescript",
"tailwindcss",
"ai",
"openai",
"claude",
"gemini",
"cli",
"boilerplate",
"template",
"i18n",
"internationalization",
"next",
"generator",
"boilerplate",
"starter",
"template",
"react",
"claude",
"anthropic",
"google-ai",
"create-app",
"scaffold",
"web-development",
"frontend",
"fullstack",
"javascript",
"framer-motion",
"react-hook-form",
"zod",
"validation",
"hot-toast",
"notifications",
"next-themes",
"dark-mode",
"mongodb",
"mongoose",
"supabase",
"postgresql",
"firebase",
"nosql",
"database",
"cloudinary",
"image-upload",
"auth",
"authentication",
"nextauth",
"oauth",
"components",
"ui-components",
"mdx",
"blog",
"cms"
],
"repository": {
"type": "git",
"url": "https://github.com/rotosaurio/sysrot.git"
},
"bugs": {
"url": "https://github.com/rotosaurio/sysrot/issues",
"email": "issues@sysrot.dev"
},
"homepage": "https://github.com/rotosaurio/sysrot#readme",
"author": {
"name": "SysRot Team",
"url": "https://github.com/rotosaurio"
},
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/rotosaurio"
},
"dependencies": {
"fs-extra": "^11.1.1",
"chalk": "^4.1.2",
"inquirer": "^8.2.6",
"ora": "^5.4.1",
"degit": "^2.8.4"
},
"devDependencies": {},
"peerDependencies": {},
"preferGlobal": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}