py-run
Version:
CLI tool to run Python scripts in isolated environments with automatic dependency management
33 lines • 744 B
JSON
{
"name": "py-run",
"version": "1.0.0",
"description": "CLI tool to run Python scripts in isolated environments with automatic dependency management",
"main": "index.js",
"bin": {
"py-run": "./index.js"
},
"scripts": {
"start": "node index.js"
},
"keywords": [
"python",
"virtual-environment",
"cli",
"dependencies",
"automation"
],
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/JoshuaRileyDev/py-run"
},
"dependencies": {
"chalk": "^4.1.2",
"ora": "^5.4.1",
"boxen": "^5.1.2"
},
"devDependencies": {
"nodemon": "^3.1.0"
}
}