@trapar-waves/cli-template
Version:
A CLI template with TypeScript, tsup, consola, destr, and picocolors, offering efficient builds, logging, data parsing, and colorful output, with ESLint for quality.
60 lines (59 loc) • 1.52 kB
JSON
{
"name": "@trapar-waves/cli-template",
"version": "1.1.20",
"packageManager": "pnpm@10.25.0",
"description": "A CLI template with TypeScript, tsup, consola, destr, and picocolors, offering efficient builds, logging, data parsing, and colorful output, with ESLint for quality.",
"author": {
"email": "admin@rikka.cc",
"name": "Rikka",
"url": "https://github.com/Muromi-Rikka"
},
"license": "MIT",
"homepage": "https://github.com/Trapar-waves/cli-template",
"repository": {
"type": "git",
"url": "git+https://github.com/Trapar-waves/cli-template.git"
},
"bugs": {
"url": "https://github.com/Trapar-waves/cli-template/issues"
},
"keywords": [
"cli",
"template",
"typescript",
"tsup",
"consola",
"destr",
"picocolors",
"eslint"
],
"publishConfig": {
"access": "public"
},
"bin": {
"cli-template": "./bin/run"
},
"scripts": {
"start": "ts-node ./bin/run.ts",
"start:node": "node ./bin/run",
"build": "tsup-node",
"build:watch": "tsup-node --watch",
"lint": "eslint . --cache --max-warnings=0 --no-warn-ignored",
"postinstall": "husky"
},
"dependencies": {
"consola": "^3.4.2",
"destr": "^2.0.5",
"picocolors": "^1.1.1"
},
"devDependencies": {
"@antfu/eslint-config": "^6.6.1",
"eslint": "^9.39.2",
"eslint-plugin-format": "^1.1.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"ts-node": "^10.9.2",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
}
}