goodgrief/services/worker/package.json

23 lines
493 B
JSON
Raw Normal View History

2026-04-08 10:01:19 -07:00
{
"name": "@goodgrief/worker",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "tsx src/index.ts",
"dev:watch": "tsx watch src/index.ts",
"build": "tsc --noEmit",
"check": "tsc --noEmit"
},
"dependencies": {
"@goodgrief/shared-types": "file:../../packages/shared-types",
"fastify": "^5.2.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/node": "^24.0.0",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
}
}