@event-inc/pipelines
Version:
Event Inc is a fully managed event bus lets you send and receive data across mission-critical cloud apps, databases and warehouses.
54 lines (53 loc) • 1.36 kB
JSON
{
"name": "@event-inc/pipelines",
"version": "2.2.0",
"description": "Event Inc is a fully managed event bus lets you send and receive data across mission-critical cloud apps, databases and warehouses.",
"main": "dist/index.js",
"scripts": {
"build": "tsc --build tsconfig.json",
"test": "jest --coverage"
},
"repository": {
"type": "git"
},
"keywords": [
"event-inc",
"events",
"messages",
"pipelines",
"message-broker",
"event-broker",
"event-pipeline",
"transactions"
],
"author": "@event-inc",
"license": "MIT",
"dependencies": {
"@event-inc/connections": "^2.3.0",
"@event-inc/types": "^2.2.0",
"@event-inc/utils": "^1.0.6",
"@types/ramda": "^0.28.22",
"axios": "^0.26.1",
"lodash.ismatch": "^4.4.0",
"lodash.memoize": "^4.1.2",
"ramda": "^0.28.0",
"tslib": "^2.4.1"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/lodash.ismatch": "^4.4.7",
"@types/lodash.memoize": "^4.1.7",
"@types/uuid": "^8.3.4",
"babel-jest": "^27.5.1",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typescript": "^4.6.4",
"uuid": "^9.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "35ff51f0afc618c5413ef9bab778f4dcf582b8ab"
}