create-my-vite-app
Version:
A CLI tool for creating a new project
31 lines (30 loc) • 522 B
JSON
{
"name": "create-my-vite-app",
"version": "1.0.1",
"bin": "index.js",
"type": "commonjs",
"keywords": [
"cli",
"create",
"jy",
"vite"
],
"files": [
"init.js",
"index.js",
"templates/**/*",
"readme"
],
"description": "A CLI tool for creating a new project",
"main": "index.js",
"scripts": {
"test": "node ./index.js"
},
"author": "Jy",
"license": "ISC",
"dependencies": {
"minimist": "^1.2.8",
"picocolors": "^1.1.1",
"prompts": "^2.4.2"
}
}