create-unreactpjs-app
Version: 
A command-line tool to quickly set up a new UnReact.js project.
23 lines (22 loc) • 484 B
JSON
{
  "name": "create-unreactpjs-app",
  "version": "1.2.7",
  "description": "A command-line tool to quickly set up a new UnReact.js project.",
  "main": "index.js",
  "bin": {
    "create-unreactpjs-app": "./index.js"
  },
  "keywords": [
    "unreact",
    "cli",
    "scaffold",
    "project generator"
  ],
  "author": "Arnav Joshi",
  "license": "MIT",
  "dependencies": {
    "commander": "^9.0.0",
    "fs-extra": "^10.0.0",
    "inquirer": "^8.0.0"
  }
}