tohru-cli
Version:
52 lines (50 loc) • 1.14 kB
JSON
{
"name": "tohru-cli",
"version": "1.0.1",
"main": "index.js",
"private": false,
"scripts": {
"dev": "nodemon --config nodemon.json",
"build": "esbuild src/test/index.ts --bundle --platform=node --format=cjs --outfile=bin/index.js --banner:js='#!/usr/bin/env node'",
"test": "node bin/index.js",
"cli": "node bin/index.js"
},
"bin": {
"tohru": "./bin/index.js"
},
"files": [
"bin",
"package.json",
"README.md"
],
"keywords": [
"tohru",
"font-end",
"cli"
],
"author": "zhuxin",
"repository": {
"type": "git",
"url": "https://github.com/zhuxin0/tohru-cli.git"
},
"homepage": "https://github.com/zhuxin0/tohru-cli",
"license": "MIT",
"description": "tohru-cli",
"devDependencies": {
"@types/node": "^22.15.12",
"esbuild": "^0.25.4",
"nodemon": "^3.1.10",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"commander": "^13.1.0",
"execa": "^7.2.0",
"fs-extra": "^11.3.0",
"inquirer": "^12.6.0",
"install": "^0.13.0",
"ora": "^5.4.1",
"prompts": "^2.4.2",
"shelljs": "^0.9.2"
}
}