UNPKG

create-exam-project

Version:

Create exam projects with React + Express + PostgreSQL in seconds

51 lines (50 loc) 1.09 kB
{ "name": "create-exam-project", "version": "1.2.1", "description": "Create exam projects with React + Express + PostgreSQL in seconds", "keywords": [ "exam", "react", "express", "postgresql", "fullstack", "template", "scaffold", "cli", "create-app" ], "homepage": "https://github.com/yourusername/create-exam-app", "bugs": { "url": "https://github.com/yourusername/create-exam-app/issues" }, "repository": { "type": "git", "url": "https://github.com/yourusername/create-exam-app.git" }, "license": "MIT", "author": "Your Name <your.email@example.com>", "main": "index.js", "bin": { "create-exam-project": "./cli/index.js" }, "files": [ "cli", "templates", "README.md", "LICENSE" ], "scripts": { "test": "echo \"No test specified\" && exit 0" }, "dependencies": { "chalk": "^4.1.2", "commander": "^11.1.0", "fs-extra": "^11.2.0", "inquirer": "^8.2.6", "ora": "^5.4.1", "validate-npm-package-name": "^5.0.0" }, "engines": { "node": ">=14.0.0" } }