smartsh
Version:
Cross-shell command runner enabling Unix-style syntax on any OS.
44 lines (43 loc) • 888 B
JSON
{
"name": "smartsh",
"version": "0.3.10",
"main": "dist/index.js",
"description": "Cross-shell command runner enabling Unix-style syntax on any OS.",
"bin": {
"smartsh": "dist/cli.js",
"sm": "dist/cli.js"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest run",
"bump:patch": "node scripts/bump-patch.js",
"lint": "tsc --noEmit",
"prepublishOnly": "npm run build"
},
"keywords": [
"cli",
"shell",
"cross-platform",
"command-runner",
"powershell",
"cmd",
"bash",
"unix-commands",
"pipeline",
"npm-exec"
],
"license": "MIT",
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.0.0"
},
"engines": {
"node": ">=14"
},
"devDependencies": {
"@types/node": "^24.0.10",
"tsup": "^8.1.1",
"typescript": "^5.4.0",
"vitest": "^3.2.4"
}
}