@jswork/ushell-module-python
Version:
Unix like shell module for python.
31 lines (30 loc) • 670 B
JSON
{
"name": "@jswork/ushell-module-python",
"version": "1.0.27",
"description": "Unix like shell module for python.",
"main": "index.sh",
"repository": {
"type": "git",
"url": "git+https://github.com/afeiship/ushell-module-python.git"
},
"keywords": [
"unix",
"shell",
"cli",
"command",
"alias",
"python"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/afeiship/ushell-module-python/issues"
},
"homepage": "https://github.com/afeiship/ushell-module-python",
"scripts": {
"release": "release-it"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}