-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 942 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "blogger-image",
"version": "1.1.1",
"description": "A fast, free tool for hassle-free photo uploads to your blog using a simple API.",
"keywords": ["image", "upload", "blogger", "blogger-api","upload-images", "puppeteer", "api"],
"main": "build/index.js",
"repository": "https://github.com/ahmedelwerdany/blogger-image",
"author": "Ahmed Elwerdany",
"type": "module",
"license": "MIT",
"dependencies": {
"puppeteer": "^20.5.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
},
"devDependencies": {
"@types/node": "^14.11.2",
"@types/uuid": "^9.0.2",
"gts": "^3.1.1",
"typescript": "~4.7.0"
},
"scripts": {
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run lint"
},
"engines": {
"node": ">=12.2.0"
}
}