Initial worker service
This commit is contained in:
33
package.json
Normal file
33
package.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "mapflow-worker",
|
||||
"version": "1.0.0",
|
||||
"description": "Hatchet worker for MapFlow voice transcription and ontology analysis.",
|
||||
"type": "module",
|
||||
"main": "dist/hatchet/worker.js",
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"check": "tsc --noEmit",
|
||||
"hatchet:worker": "node --import tsx ./src/hatchet/worker.ts",
|
||||
"prisma:generate": "prisma generate"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@gitea.dsrptlab.com:mapflow/worker.git"
|
||||
},
|
||||
"private": true,
|
||||
"license": "UNLICENSED",
|
||||
"dependencies": {
|
||||
"@hatchet-dev/typescript-sdk": "^1.22.0",
|
||||
"@prisma/adapter-pg": "^7.8.0",
|
||||
"@prisma/client": "^7.8.0",
|
||||
"dotenv": "^17.4.2",
|
||||
"pg": "^8.20.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.6.0",
|
||||
"@types/pg": "^8.20.0",
|
||||
"prisma": "^7.8.0",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user