printable-shell-command
Version:
A helper class to construct shell commands in a way that allows printing them.
31 lines (30 loc) • 610 B
JSON
{
"name": "printable-shell-command",
"version": "1.1.3",
"main": "./src/index.ts",
"devDependencies": {
"@biomejs/biome": "^2.1.4",
"@cubing/dev-config": "^0.3.6",
"@types/bun": "^1.2.20",
"@types/node": "^24.2.0",
"esbuild": "^0.25.5"
},
"optionalDependencies": {
"@types/bun": "^1.2.20",
"@types/node": "^24.2.0"
},
"exports": {
".": {
"types": "./dist/lib/printable-shell-command/index.d.ts",
"import": "./dist/lib/printable-shell-command/index.js"
}
},
"files": [
"./dist/",
"./src/"
],
"type": "module",
"scripts": {
"prepublishOnly": "make prepublishOnly"
}
}