mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
c7db4152d6
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
38 lines
724 B
JSON
38 lines
724 B
JSON
{
|
|
"name": "@puppeteer-test/test",
|
|
"version": "latest",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "wireit",
|
|
"clean": "../tools/clean.mjs"
|
|
},
|
|
"wireit": {
|
|
"build": {
|
|
"command": "tsc -b",
|
|
"clean": "if-file-deleted",
|
|
"dependencies": [
|
|
"../packages/puppeteer:build",
|
|
"../packages/testserver:build"
|
|
],
|
|
"files": [
|
|
"src/**"
|
|
],
|
|
"output": [
|
|
"build/**",
|
|
"tsconfig.tsbuildinfo"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"diff": "5.2.0",
|
|
"jpeg-js": "0.4.4",
|
|
"pixelmatch": "5.3.0",
|
|
"pngjs": "7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/diff": "5.2.0",
|
|
"@types/pixelmatch": "5.2.6",
|
|
"@types/pngjs": "6.0.4"
|
|
}
|
|
}
|