mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-26 13:19:49 +07:00
This is supported in the latest release: https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-core-v24.8.0
15 lines
224 B
JSON
15 lines
224 B
JSON
{
|
|
"name": "puppeteer-demo",
|
|
"version": "1.0",
|
|
"dependencies": {
|
|
"jest": "29.7.0",
|
|
"puppeteer": "24.8.1"
|
|
},
|
|
"scripts": {
|
|
"start": "jest ."
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "29.7.0"
|
|
}
|
|
}
|