Files
edr-platform/integration/package.json
2026-08-03 10:51:43 +00:00

22 lines
534 B
JSON

{
"name": "@edr/freight-integration",
"version": "0.0.0",
"private": true,
"description": "API-level integration tests for the freight API against the real payment microservice",
"type": "module",
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/pg": "^8.11.0",
"@types/supertest": "^6.0.2",
"pg": "^8.13.0",
"supertest": "^7.0.0",
"typescript": "^5.5.4",
"vitest": "^2.1.2"
}
}