@kenniy/event-contracts
Version:
Shared event schemas and stream definitions for 8Medical microservices architecture
56 lines (55 loc) • 1.33 kB
JSON
{
"name": "@kenniy/event-contracts",
"version": "1.0.1",
"description": "Shared event schemas and stream definitions for 8Medical microservices architecture",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build",
"test": "echo \"Tests not implemented yet\" && exit 0"
},
"files": [
"dist/**/*",
"README.md",
"package.json"
],
"keywords": [
"events",
"microservices",
"healthcare",
"schemas",
"redis-streams",
"event-driven-architecture",
"8medical",
"god-eye"
],
"author": "8Medical Development Team <dev@8medical.co>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/keniiy/event-contracts.git"
},
"bugs": {
"url": "https://github.com/keniiy/event-contracts/issues"
},
"homepage": "https://github.com/keniiy/event-contracts#readme",
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"dependencies": {
"undici": "^7.12.0",
"undici-types": "^6.21.0"
}
}