package.json•1.09 kB
{
"name": "fast-pyairbyte",
"version": "1.0.10",
"description": "Fast PyAirbyte - Generate data pipelines as code using PyAirbyte and AI",
"main": "bin/fast-pyairbyte.js",
"bin": {
"fast-pyairbyte": "./bin/fast-pyairbyte.js"
},
"scripts": {
"start": "node bin/fast-pyairbyte.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "echo \"Preparing for publish...\""
},
"keywords": [
"airbyte",
"pyairbyte",
"mcp",
"model-context-protocol",
"data-pipeline",
"etl",
"data-integration"
],
"author": "Quinton Wall",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/quintonwall/fast-airbyte.git"
},
"bugs": {
"url": "https://github.com/quintonwall/fast-airbyte/issues"
},
"homepage": "https://github.com/quintonwall/fast-airbyte#readme",
"files": [
"bin/",
"python/",
"README.md",
"docs/"
],
"dependencies": {},
"engines": {
"node": ">=14.0.0"
},
"preferGlobal": false,
"os": [
"darwin",
"linux",
"win32"
]
}