35484e5183
* Switch to using diff-cover for the Coverage gate Enabling developers to check their PR coverage without waiting for CI * Remove sonar-project.properties - in automatic mode Sonar will not read this file * Add note to CONTRIBUTING.md * Skip sonar in MQ
19 lines
368 B
JSON
19 lines
368 B
JSON
{
|
|
"name": "@element-hq/vite-common",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint:types": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"vitest": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"@vitest/coverage-v8": "catalog:"
|
|
}
|
|
}
|