34 lines
879 B
JSON
34 lines
879 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|