added code example

This commit is contained in:
2023-12-14 17:04:31 +09:00
parent f290b18722
commit 843a90a0cd
9 changed files with 126 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "20231201-scraping_test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"jsdom": "^23.0.1",
"puppeteer": "^21.6.0",
}
}