teach-matsuuratomoya-com/content/docs/2023/mediaart-programming2/10/package.json

15 lines
294 B
JSON
Raw Permalink Normal View History

2023-12-14 08:04:31 +00:00
{
"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",
}
}