summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-03-13 21:21:05 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2024-03-14 17:20:01 +0200
commitc890ea83d6e49702f0e3201b29c472f095193133 (patch)
treefc95bc2502b468a12a8e4a574fd8e3ca5021df5a /package.json
parent0dda3ef940ce63196df949a8e31712b15ce35cf7 (diff)
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..ce64302
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "puppeteer_test",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "start": "ts-node src/index.ts",
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "puppeteer": "^22.4.1"
+ },
+ "devDependencies": {
+ "prettier": "^3.2.5",
+ "ts-node": "^10.9.2",
+ "typescript": "^5.4.2"
+ }
+} \ No newline at end of file