diff options
author | haturatu <taro@eyes4you.org> | 2025-01-19 16:02:43 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2025-01-19 16:02:43 +0900 |
commit | cabacc6bc2924167a81dcab4f844b53401a31f8c (patch) | |
tree | 1f348ad2a52daf1b55c39ca397724b4a6f0effa0 /package.json |
first commit
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..34a0b42 --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "dependencies": { + "puppeteer": "^23.11.1" + } +} |