Files
cline/testing-platform/package.json
T
Jose Castelli 43a6e85d7a Add orchestrator script and improve standalone service for local testing (#6100)
Add orchestrator script and improve standalone service for local testing #6100
2025-09-11 11:48:14 +02:00

18 lines
321 B
JSON

{
"name": "testing-infra",
"version": "0.1.0",
"main": "dist/runner.js",
"scripts": {
"build": "tsc",
"start:dev": "ts-node index.ts",
"start": "npm run build && node dist/runner.js"
},
"dependencies": {
"jest-diff": "^30.1.2"
},
"devDependencies": {
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
}
}