UNPKG

@badc0d3/piece-python-runner

Version:

Run Python code with imports in Activepieces

38 lines (37 loc) 803 B
{ "name": "@badc0d3/piece-python-runner", "version": "1.0.15", "description": "Run Python code with imports in Activepieces", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "prepublishOnly": "npm run build" }, "files": [ "dist/**/*" ], "keywords": [ "activepieces", "activepieces-piece", "python", "code-runner", "automation" ], "author": "badc0d3", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/BADC0D3/piece-python-runner" }, "dependencies": { "@activepieces/pieces-framework": "^0.7.0", "dockerode": "^4.0.7" }, "devDependencies": { "@types/dockerode": "^3.3.20", "@types/node": "^20.0.0", "typescript": "^5.0.0" } }