refunjs
Version:
Modern React-based framework for building scalable web applications with enhanced developer experience
17 lines (16 loc) • 395 B
JSON
{
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.0",
"globals": "^16.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"ts-jest": "^29.4.5"
},
"scripts": {
"test": "jest --coverage --passWithNoTests"
}
}