@badc0d3/piece-bash-runner
Version:
Run bash commands with NFS/SMB mounting support in Activepieces
42 lines (41 loc) • 870 B
JSON
{
"name": "@badc0d3/piece-bash-runner",
"version": "1.2.0",
"description": "Run bash commands with NFS/SMB mounting support 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",
"bash",
"shell",
"command-runner",
"nfs",
"smb",
"mount",
"automation"
],
"author": "badc0d3",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BADC0D3/piece-bash-runner.git"
},
"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"
}
}