aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index f3c78e3..f88fc52 100644
--- a/package.json
+++ b/package.json
@@ -7,5 +7,10 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Loek Le Blansch",
- "license": "MIT"
+ "license": "MIT",
+ "dependencies": {
+ "puppeteer": "^9.0.0",
+ "typescript": "^4.2.4"
+ },
+ "type": "module"
}