UNPKG

@j-o-r/sh

Version:

Execute shell commands on Linux-based systems from javascript

54 lines (53 loc) 1.22 kB
{ "name": "@j-o-r/sh", "author": "Jorrit Duin <j-o-r@duin.work>", "type": "module", "version": "1.1.9", "description": "Execute shell commands on Linux-based systems from javascript", "main": "lib/SH.js", "types": "types/SH.d.ts", "engines": { "node": ">=20.0.0" }, "scripts": { "test": "npm run test:sh", "test:sh": "scenarios/sh.js", "publish": "npm run release && npm publish --access public", "release": "npm pack --pack-destination=release", "types": "tsc -p tsc.json", "clear:types": "rm types/*.d.ts" }, "repository": { "type": "git", "url": "https://codeberg.org/duin/sh" }, "license": "Apache License, Version 2.0", "dependencies": { "@types/node": "^22.10.10" }, "bugs": { "url": "https://codeberg.org/duin/sh/issues" }, "homepage": "https://codeberg.org/duin", "keywords": [ "shell", "typeof", "test", "posix", "linux", "command-line", "shell-script", "nodejs", "javascript", "process-management", "script-execution", "cli", "zx-inspired", "automation", "devops", "command-execution", "shell-commands", "process-promise", "process-output" ] }