BangSo/packages/testkit/package.json

30 lines
732 B
JSON
Raw Normal View History

2026-09-01 16:51:19 +00:00
{
"name": "@rakazo/testkit",
"version": "0.1.0",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"check": "tsc --noEmit -p tsconfig.json",
"test": "vitest run --root ../.. packages/testkit/src"
},
"dependencies": {
"@hono/node-server": "^1.19.1",
"@rakazo/adapter-kit": "workspace:*",
"@rakazo/adapters": "workspace:*",
"@rakazo/contracts": "workspace:*",
"@rakazo/core": "workspace:*",
"@rakazo/db": "workspace:*",
"@testcontainers/postgresql": "^11.5.1",
"pngjs": "7.0.0"
},
"devDependencies": {
"@playwright/test": "^1.55.0",
"@types/pngjs": "6.0.5",
"typescript": "^5.9.2",
"vitest": "^4.1.10"
}
}