wynn/ts/package.json

49 lines
1.5 KiB
JSON
Raw Normal View History

2025-02-27 03:56:30 +00:00
{
"name": "backend",
2025-03-01 21:10:31 +00:00
"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728",
2025-02-27 03:56:30 +00:00
"scripts": {
"barrels": "barrelsby -c barrelsby.json --delete"
},
"devDependencies": {
"@types/object-hash": "^3",
"barrelsby": "^2.8.1",
2025-03-01 21:10:31 +00:00
"knip": "^5.45.0",
2025-02-27 03:56:30 +00:00
"rollup": "^4.34.8",
"typescript": "5.7.3"
},
"dependencies": {
"@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",
2025-03-02 23:55:01 +00:00
"@ts-rest/core": "https://gitpkg.vercel.app/aidant/ts-rest/libs/ts-rest/core?feat-standard-schema",
"@ts-rest/fastify": "https://gitpkg.vercel.app/aidant/ts-rest/libs/ts-rest/fastify?feat-standard-schema",
2025-02-27 03:56:30 +00:00
"@types/node": "^22.13.4",
"any-date-parser": "^2.0.3",
2025-03-02 23:55:01 +00:00
"arktype": "2.1.1",
2025-02-27 03:56:30 +00:00
"axios": "^1.7.9",
2025-03-02 09:24:13 +00:00
"axios-cache-interceptor": "^1.6.2",
2025-03-03 01:03:01 +00:00
"bentocache": "^1.2.1",
2025-02-27 03:56:30 +00:00
"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",
2025-03-03 01:03:01 +00:00
"ioredis": "^5.5.0",
2025-02-27 03:56:30 +00:00
"json-stable-stringify": "^1.2.1",
"object-hash": "^3.0.0",
2025-03-03 01:33:41 +00:00
"pino": "^9.6.0",
"pino-logfmt": "^0.1.1",
"pino-pretty": "^13.0.0",
2025-02-27 03:56:30 +00:00
"postgres": "^3.4.5",
"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"
}
}