21 lines
600 B
JSON
21 lines
600 B
JSON
{
|
|
"name": "@goodgo/contract-tests",
|
|
"version": "1.0.0",
|
|
"description": "EN: Pact contract tests for GoodGo microservice boundaries. VI: Pact contract tests cho ranh giới microservice GoodGo.",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:coverage": "vitest run --coverage",
|
|
"pact:publish": "node scripts/publish-pacts.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@pact-foundation/pact": "^13.1.3",
|
|
"@types/node": "^25.0.3",
|
|
"@vitest/coverage-v8": "^2.1.0",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^2.1.0"
|
|
}
|
|
}
|