@jason12306/cli
Version:
Quickly generate scaffolding through configuration
48 lines (47 loc) • 1.12 kB
JSON
{
"name": "@jason12306/cli",
"version": "1.0.1",
"description": "Quickly generate scaffolding through configuration",
"main": "",
"type": "module",
"private": false,
"bin": {
"jason": "./src/bin/cli.js"
},
"scripts": {
"dev": "bun src/bin/cli.ts",
"build": "bun scripts/build.ts",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix"
},
"keywords": [
"cli",
"cli-template"
],
"author": "jason12306",
"homepage": "https://github.com/Jason12306/jason-cli",
"repository": {
"type": "git",
"url": "https://github.com/Jason12306/jason-cli"
},
"license": "ISC",
"dependencies": {
"chalk": "^5.4.1",
"degit": "^2.8.4",
"fast-glob": "^3.3.3",
"figlet": "^1.8.0",
"fs-extra": "^11.3.0",
"inquirer": "^12.5.0",
"ora": "^8.2.0"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/bun": "^1.2.5",
"@types/degit": "^2.8.6",
"@types/figlet": "^1.7.0",
"@types/fs-extra": "^11.0.4",
"eslint": "^9.22.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.27.0"
}
}