@zemerik/macbrew
Version:
🚀 Advanced terminal emulator built in Rust with Python integration - A comprehensive command-line experience
106 lines (105 loc) • 2.42 kB
JSON
{
"name": "@zemerik/macbrew",
"version": "1.0.1",
"description": "🚀 Advanced terminal emulator built in Rust with Python integration - A comprehensive command-line experience",
"main": "dist/index.js",
"bin": {
"macbrew": "bin/macbrew.js"
},
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build",
"install": "node scripts/install.js",
"postinstall": "node scripts/postinstall.js",
"uninstall": "node scripts/uninstall.js",
"dev": "ts-node src/bin/macbrew.ts",
"start": "node dist/bin/macbrew.js",
"test": "jest",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"type-check": "tsc --noEmit"
},
"keywords": [
"terminal",
"shell",
"emulator",
"rust",
"python",
"cli",
"command-line",
"homebrew",
"macos",
"unix",
"linux",
"development",
"devops",
"system-admin",
"network-tools",
"security",
"cryptography",
"package-manager",
"docker",
"kubernetes"
],
"author": {
"name": "Zemerik",
"email": "hello@macbrew.dev",
"url": "https://github.com/Zemerik"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Zemerik/Macbrew.git"
},
"bugs": {
"url": "https://github.com/Zemerik/Macbrew/issues"
},
"homepage": "https://macbrew.dev",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"dependencies": {
"chalk": "^5.3.0",
"fs-extra": "^11.1.1",
"inquirer": "^9.2.12",
"ora": "^7.0.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.0",
"@types/inquirer": "^9.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"jest": "^29.0.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.0.0",
"ts-node": "^10.9.0",
"typescript": "^5.8.3"
},
"files": [
"dist/",
"bin/",
"scripts/",
"Cargo.toml",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"preferGlobal": true,
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
]
}