libresilient/package.json

26 wiersze
446 B
JSON
Czysty Zwykły widok Historia

2021-08-25 19:42:43 +00:00
{
"jest": {
2022-01-12 03:54:14 +00:00
"collectCoverageFrom": [
"**/*.js",
"!**/node_modules/**",
"!**/lib/**"
],
"coverageReporters": [
"text",
"text-summary",
"cobertura"
],
"testMatch": [
"**/*.test.js"
]
},
2021-08-25 19:42:43 +00:00
"devDependencies": {
"eslint": "^7.32.0",
2021-08-25 22:36:39 +00:00
"jest": "^27.0.6",
"jest-junit": "^12.2.0",
2021-08-28 12:06:46 +00:00
"node-fetch": "^2.6.1",
2021-08-25 19:42:43 +00:00
"service-worker-mock": "^2.0.5"
},
"dependencies": {}
}