mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-25 06:49:23 +01:00
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Amir Raminfar <findamir@gmail.com>
25 lines
392 B
JSON
25 lines
392 B
JSON
{
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"jest": "^26.0.1",
|
|
"jest-image-snapshot": "^4.0.0",
|
|
"puppeteer": "^7.0.1"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-puppeteer",
|
|
"setupFilesAfterEnv": [
|
|
"<rootDir>/jest-setup.js"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"jest-puppeteer": "^4.4.0"
|
|
}
|
|
}
|