create-revo
Version:
Project setup tool for ReactJS and NextJS
32 lines • 579 B
JSON
{
"name": "create-revo",
"version": "3.0.0",
"description": "Project setup tool for ReactJS and NextJS",
"main": "cli.js",
"bin": {
"create-revo": "./cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"build",
"tool",
"react",
"nextjs",
"next.js",
"typescript",
"tailwind",
"vite",
"project",
"template",
"maybetarun"
],
"author": "Tarun Gupta",
"license": "MIT",
"type": "module",
"dependencies": {
"lenis": "^1.3.11",
"revoicons": "^1.3.6"
}
}