UNPKG

@webloop/create-dev-project

Version:

This is a simple command line interface to install packages

32 lines (31 loc) 641 B
{ "name": "@webloop/create-dev-project", "version": "1.0.1", "description": "This is a simple command line interface to install packages", "main": "index.js", "type": "module", "bin": { "create-dev-project": "./index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "cli", "create-dev-project", "react-js", "react-ts", "react-tailwind", "react-ts-tailwind", "next-js", "next-ts", "next-tailwind", "next-ts-tailwind" ], "author": "", "license": "ISC", "dependencies": { "chalk": "^5.3.0", "inquirer": "^8.2.0" } }