@cdp-forge/plugin-pipeline-sdk
Version:
SDK for pipeline plugins for CDP Forge platform
55 lines (54 loc) • 1.47 kB
JSON
{
"name": "@cdp-forge/plugin-pipeline-sdk",
"version": "1.2.2",
"description": "SDK for pipeline plugins for CDP Forge platform",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"src/config/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"test": "npx jest",
"test:build": "tsc -p tsconfig.test.json",
"build": "tsc",
"prebuild": "npm run clean",
"prepublishOnly": "npm run build",
"clean": "rm -rf dist"
},
"keywords": [
"plugin-pipeline",
"CDP",
"Forge"
],
"author": "CDP Forge",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CDPForge/plugin-pipeline-template.git"
},
"bugs": {
"url": "https://github.com/CDPForge/plugin-pipeline-template/issues"
},
"homepage": "https://github.com/CDPForge/plugin-pipeline-template#readme",
"dependencies": {
"@cdp-forge/types": "^1.2.0",
"dotenv": "^17.2.0",
"node-fetch": "^3.3.2",
"pulsar-client": "^1.14.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.12.12",
"@types/pulsar-client": "^1.3.0",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=16.0.0"
}
}