adding data-services
This commit is contained in:
parent
e3bfd05b90
commit
405b818c86
139 changed files with 55943 additions and 416 deletions
40
apps/data-services/data-catalog/package.json
Normal file
40
apps/data-services/data-catalog/package.json
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"name": "@stock-bot/data-catalog",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Data catalog and discovery service for stock-bot",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"dev": "bun run --hot src/index.ts",
|
||||
"build": "tsc",
|
||||
"start": "node dist/index.js",
|
||||
"test": "bun test",
|
||||
"type-check": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stock-bot/shared-types": "workspace:*",
|
||||
"@stock-bot/utils": "workspace:*",
|
||||
"@stock-bot/event-bus": "workspace:*",
|
||||
"@stock-bot/api-client": "workspace:*",
|
||||
"hono": "^4.0.0",
|
||||
"zod": "^3.22.0",
|
||||
"elasticsearch": "^16.7.3",
|
||||
"neo4j-driver": "^5.15.0",
|
||||
"cron": "^3.1.6",
|
||||
"uuid": "^9.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/uuid": "^9.0.8",
|
||||
"@types/cron": "^2.4.0",
|
||||
"@types/node": "^20.0.0",
|
||||
"typescript": "^5.3.0"
|
||||
},
|
||||
"keywords": [
|
||||
"data-catalog",
|
||||
"data-discovery",
|
||||
"data-lineage",
|
||||
"metadata",
|
||||
"stock-bot"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue