puppet

Puppeteer script for anything
Log | Files | Refs

package.json (275B)


      1 {
      2   "name": "puppet",
      3   "version": "1.0.0",
      4   "description": "",
      5   "license": "ISC",
      6   "author": "",
      7   "type": "module",
      8   "main": "index.js",
      9   "scripts": {
     10     "test": "echo \"Error: no test specified\" && exit 1"
     11   },
     12   "dependencies": {
     13     "puppeteer": "^24.38.0"
     14   }
     15 }