{
    "name": "test-this-package-today",
    "version": "1.0.1",
    "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",
        "message-broker",
        "event-broker",
        "event-pipeline",
        "transactions"
    ],
    "author": "@event-inc",
    "license": "MIT",
    "dependencies": {
        "@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"
    }
}
