UNPKG

python-js-executor

Version:

Execute Python code and files from JavaScript with full import support

35 lines (34 loc) 761 B
{ "name": "python-js-executor", "version": "1.0.0", "description": "Execute Python code and files from JavaScript with full import support", "main": "src/index.js", "types": "types/index.d.ts", "scripts": { "test": "node test.js", "prepare": "npm test" }, "keywords": [ "python", "javascript", "executor", "runner", "python-shell" ], "author": "", "license": "MIT", "dependencies": { "python-js-executor": "file:", "python-shell": "^5.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/AbhinavTiwari2705/python-js-executor.git" }, "bugs": { "url": "https://github.com/AbhinavTiwari2705/python-js-executor/issues" }, "engines": { "node": ">=14.0.0" } }