@stacksjs/cli
Version:
TypeScript framework for CLI artisans. Build beautiful console apps with ease.
74 lines (73 loc) • 1.88 kB
JSON
{
"name": "@stacksjs/cli",
"type": "module",
"version": "0.70.23",
"description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.",
"author": "Chris Breuer",
"contributors": ["Chris Breuer <chris@stacksjs.org>"],
"license": "MIT",
"funding": "https://github.com/sponsors/chrisbbreuer",
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/cli#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stacksjs/stacks.git",
"directory": "./storage/framework/core/cli"
},
"bugs": {
"url": "https://github.com/stacksjs/stacks/issues"
},
"keywords": [
"bun",
"cli",
"commands",
"command line interface",
"console",
"binary",
"apps",
"prompts",
"spinners",
"utilities",
"helpers",
"cac",
"ora",
"stacks"
],
"exports": {
".": {
"import": "./dist/index.js"
},
"./*": {
"import": "./dist/*"
}
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["README.md", "dist"],
"scripts": {
"build": "bun build.ts",
"typecheck": "bun tsc --noEmit",
"test": "bun test",
"prepublishOnly": "bun run build"
},
"devDependencies": {
"@antfu/install-pkg": "^1.0.0",
"@clack/core": "^0.4.1",
"@stacksjs/collections": "0.70.22",
"@stacksjs/config": "0.70.22",
"@stacksjs/development": "0.70.22",
"@stacksjs/error-handling": "0.70.22",
"@stacksjs/logging": "0.70.22",
"@stacksjs/path": "0.70.22",
"@stacksjs/types": "0.70.22",
"@stacksjs/utils": "0.70.22",
"@stacksjs/validation": "0.70.22",
"@types/prompts": "^2.4.9",
"ansi-escapes": "^7.0.0",
"cac": "^6.7.14",
"consola": "^3.4.2",
"kolorist": "1.8.0",
"ora": "^8.2.0",
"prompts": "^2.4.2",
"supports-hyperlinks": "^4.0.0"
}
}