diff options
Diffstat (limited to 'magiccapture/package.json')
| -rw-r--r-- | magiccapture/package.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/magiccapture/package.json b/magiccapture/package.json new file mode 100644 index 0000000..2704ca8 --- /dev/null +++ b/magiccapture/package.json @@ -0,0 +1,14 @@ +{ + "name": "screenshot", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "start": "node index.js" + }, + "author": "schneefux", + "license": "UNLICENSED", + "dependencies": { + "puppeteer-core": "^2.0.0" + } +} |
