diff options
author | Gianni Ceccarelli <gceccarelli@veritone.com> | 2023-10-04 15:25:22 +0100 |
---|---|---|
committer | Gianni Ceccarelli <gceccarelli@veritone.com> | 2023-10-04 15:28:13 +0100 |
commit | 49d5ca98b21551d86fcea7814f1b7dfb43038b6b (patch) | |
tree | 98a4b59dba2ebe6e90e629a94bc5697399227be3 /package.json | |
download | puppa-49d5ca98b21551d86fcea7814f1b7dfb43038b6b.tar.gz puppa-49d5ca98b21551d86fcea7814f1b7dfb43038b6b.tar.bz2 puppa-49d5ca98b21551d86fcea7814f1b7dfb43038b6b.zip |
works enough
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..8fe73fb --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "src", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "dependencies": { + "puppeteer": "^21.3.6", + "puppeteer-extra": "^3.3.6", + "puppeteer-extra-plugin-stealth": "^2.11.2" + } +} |