wynn/ts/package.json
a edb99b5c3b
All checks were successful
commit-tag / commit-tag-image (map[context:./migrations file:./migrations/Dockerfile name:migrations]) (push) Successful in 18s
commit-tag / commit-tag-image (map[context:./ts file:./ts/Dockerfile name:ts]) (push) Successful in 1m36s
noot
2025-07-15 23:34:47 -05:00

64 lines
1.9 KiB
JSON

{
"name": "backend",
"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728",
"scripts": {
"barrels": "barrelsby -c barrelsby.json --delete",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"test:typecheck": "vitest typecheck",
"typecheck": "tsc --noEmit",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write ."
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^22.13.4",
"@types/object-hash": "^3",
"@vitest/runner": "^3.2.3",
"@vitest/ui": "^3.2.3",
"barrelsby": "^2.8.1",
"happy-dom": "^18.0.1",
"knip": "^5.45.0",
"rollup": "^4.34.8",
"typescript": "5.7.3",
"vitest": "^3.2.3"
},
"dependencies": {
"@discordeno/types": "^21.0.0",
"@needle-di/core": "^0.10.1",
"@temporalio/activity": "^1.11.7",
"@temporalio/client": "^1.11.7",
"@temporalio/common": "^1.11.7",
"@temporalio/worker": "^1.11.7",
"@temporalio/workflow": "^1.11.7",
"@ts-rest/core": "^3.53.0-rc.1",
"@ts-rest/fastify": "^3.53.0-rc.1",
"any-date-parser": "^2.0.3",
"arktype": "2.1.1",
"axios": "^1.7.9",
"axios-cache-interceptor": "^1.6.2",
"bentocache": "^1.2.1",
"chrono-node": "^2.7.8",
"clipanion": "^4.0.0-rc.4",
"cloudevents": "^8.0.2",
"discordeno": "^21.0.0",
"dotenv": "^16.4.7",
"hash-wasm": "^4.12.0",
"ioredis": "^5.5.0",
"json-stable-stringify": "^1.2.1",
"object-hash": "^3.0.0",
"pino": "^9.6.0",
"pino-logfmt": "^0.1.1",
"pino-pretty": "^13.0.0",
"postgres": "^3.4.7",
"superjson": "^2.2.2",
"ts-markdown-builder": "^0.4.0",
"why-is-node-running": "^3.2.2",
"znv": "^0.4.0",
"zod": "^3.24.1",
"zod-config": "^0.1.2"
}
}