UNPKG

create-express-minco

Version:

A modern Express.js project generator with TailwindCSS, EJS, ESModules, and JWT auth.

37 lines (36 loc) 920 B
{ "name": "create-express-minco", "version": "1.2.0", "description": "A modern Express.js project generator with TailwindCSS, EJS, ESModules, and JWT auth.", "repository": { "type": "git", "url": "https://github.com/haydar-hilmy/create-express-minco.git" }, "bugs": { "url": "https://github.com/haydar-hilmy/create-express-minco/issues" }, "homepage": "https://github.com/haydar-hilmy/create-express-minco#readme", "bin": { "create-express-minco": "./index.js" }, "type": "module", "keywords": [ "express", "cli", "template", "create", "backend", "architecture", "frontend", "modifications", "modification" ], "author": "Haydar Hilmy A.", "license": "MIT", "devDependencies": { "autoprefixer": "^10.4.21", "concurrently": "^9.2.0", "postcss": "^8.5.6", "tailwindcss": "^3.4.17" } }