UNPKG

create-esyt

Version:

A tool to create a new esyt project with your preferred stack

41 lines (40 loc) 848 B
{ "name": "create-esyt", "version": "11.1.0", "description": "A tool to create a new esyt project with your preferred stack", "main": "cli.js", "bin": { "esyt": "cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "esyt", "create-app", "vite", "react", "tailwind", "tailwindcss", "react-router", "framer-motion", "ogl", "clerk", "appwrite", "prisma" ], "author": "Eshayat Al-Wasiu", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ESHAYAT102/esyt.git" }, "bugs": { "url": "https://github.com/ESHAYAT102/esyt/issues" }, "homepage": "https://esyt.eshayat.com", "dependencies": { "inquirer": "^12.5.0" }, "type": "module" }