@jswork/ushell-module-nodejs
Version:
Unix like shell module for nodejs.
34 lines (33 loc) • 716 B
JSON
{
"name": "@jswork/ushell-module-nodejs",
"version": "1.0.71",
"description": "Unix like shell module for nodejs.",
"main": "index.sh",
"repository": {
"type": "git",
"url": "git+https://github.com/afeiship/ushell-module-nodejs.git"
},
"keywords": [
"ushell",
"node",
"npm",
"bash",
"unix",
"ntl",
"pnpm",
"yarn"
],
"author": "afei",
"license": "MIT",
"bugs": {
"url": "https://github.com/afeiship/ushell-module-nodejs/issues"
},
"homepage": "https://github.com/afeiship/ushell-module-nodejs#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"release": "release-it"
}
}