mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-04-05 14:59:43 +07:00
15 lines
233 B
JSON
15 lines
233 B
JSON
{
|
|
"name": "puppeteer-demo",
|
|
"version": "1.0",
|
|
"dependencies": {
|
|
"jest": "29.7.0",
|
|
"selenium-webdriver": "4.17.0"
|
|
},
|
|
"scripts": {
|
|
"start": "jest ."
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "29.7.0"
|
|
}
|
|
}
|