@stacksjs/shell
Version:
A better Stacks shell experience. Currently only fully supporting Oh My Zsh. Stay tuned for more. Or request one!
30 lines (29 loc) • 967 B
JSON
{
"name": "@stacksjs/shell",
"type": "module",
"version": "0.70.23",
"description": "A better Stacks shell experience. Currently only fully supporting Oh My Zsh. Stay tuned for more. Or request one!",
"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/shell#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stacksjs/stacks.git",
"directory": "./storage/framework/core/shell"
},
"bugs": {
"url": "https://github.com/stacksjs/stacks/issues"
},
"keywords": ["ohmyzsh", "zsh", "stacks"],
"files": ["buddy.plugin.zsh", "dist"],
"scripts": {
"build": "bun build.ts",
"typecheck": "bun tsc --noEmit",
"prepublishOnly": "bun run build"
},
"devDependencies": {
"@stacksjs/development": "0.70.22"
}
}