@j-o-r/sh
Version:
Execute shell commands on Linux-based systems from javascript
52 lines • 1.21 kB
JSON
{
"name": "@j-o-r/sh",
"author": "Jorrit Duin <j-o-r@duin.work>",
"type": "module",
"version": "1.1.29",
"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 run types && npm pack --pack-destination=release",
"types": "rm types/* && tsc -p tsc.json"
},
"repository": {
"type": "git",
"url": "https://codeberg.org/duin/sh"
},
"license": "Apache License, Version 2.0",
"devDependencies": {
"@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"
]
}