Files

18 lines
309 B
JSON

{
"name": "fishing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test.js",
"shots": "node gen-screenshots.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"puppeteer-core": "^25.9.0"
}
}