jbash
Version:
Helpers for bash like shell scripting in JavaScript
33 lines (32 loc) • 740 B
JSON
{
"name": "jbash",
"version": "1.69.0",
"description": "Helpers for bash like shell scripting in JavaScript",
"main": "index.js",
"types": "index.d.ts",
"bin": "./bin/jbash.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bradymholt/jbash.git"
},
"keywords": [
"javascript",
"bash",
"shell",
"cli",
"scripting"
],
"author": "Brady Holt",
"license": "MIT",
"bugs": {
"url": "https://github.com/bradymholt/jbash/issues"
},
"homepage": "https://github.com/bradymholt/jbash#readme",
"scripts": {
"test": "npx mocha",
"source-version-prefix": "bin/jbash-local.js ./scripts/source-version-prefix.js"
},
"devDependencies": {
"mocha": "^8.2.1"
}
}