{
    "name": "run-python3",
    "version": "0.0.5",
    "description": "A tool to run Python 3 scripts platform independently in package scripts.",
    "main": "./index.js",
    "bin": {
        "run-python3": "./index.js"
    },
    "type": "module",
    "repository": "github:kovacsv/run-python3",
    "keywords": [
        "run",
        "script",
        "python",
        "python3"
    ],
    "author": "Viktor Kovacs",
    "license": "MIT",
    "dependencies": {
        "child_process": "^1.0.2"
    }
}
