41 lines
950 B
JSON
41 lines
950 B
JSON
{
|
|
"name": "@opentiny/tiny-engine-cli",
|
|
"version": "2.11.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"dev": "npm run build -- --watch",
|
|
"build": "esbuild src/index.js --bundle --minify=true --outfile=dist/index.js --format=cjs --platform=node --target=node14"
|
|
},
|
|
"bin": {
|
|
"engine-cli": "./bin/cli.js"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"template",
|
|
"bin"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/opentiny/tiny-engine",
|
|
"directory": "packages/engine-cli"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/opentiny/tiny-engine/issues"
|
|
},
|
|
"author": "OpenTiny Team",
|
|
"license": "MIT",
|
|
"homepage": "https://opentiny.design/tiny-engine",
|
|
"keywords": [],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@inquirer/prompts": "^5.0.7",
|
|
"chalk": "^5.3.0",
|
|
"commander": "^12.0.0",
|
|
"esbuild": "^0.18.20",
|
|
"fs-extra": "^11.2.0"
|
|
}
|
|
}
|