forked from opentiny/tiny-engine
28 lines
559 B
JSON
28 lines
559 B
JSON
{
|
|
"name": "@opentiny/tiny-engine-cli",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"bin": {
|
|
"engine-cli": "./bin/cli.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"chalk": "^5.3.0",
|
|
"commander": "^12.0.0",
|
|
"execa": "^8.0.1",
|
|
"fs-extra": "^11.2.0",
|
|
"globby": "^14.0.1",
|
|
"handlebars": "^4.7.8",
|
|
"inquirer": "^9.2.17",
|
|
"ora": "^8.0.1",
|
|
"vite": "^5.1.6"
|
|
}
|
|
}
|