20 lines
372 B
JSON
20 lines
372 B
JSON
{
|
|
"name": "testing-infra",
|
|
"version": "0.1.0",
|
|
"main": "dist/runner.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start:dev": "bun index.ts",
|
|
"start": "bun run build && node dist/runner.js"
|
|
},
|
|
"dependencies": {
|
|
"jest-diff": "^30.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.17.20",
|
|
"lodash": "^4.17.23",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|