-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 869 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 869 Bytes
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
{
"name": "twitterscreenshot",
"version": "0.3.0",
"description": "A Node CLI tool to make a screenshot of a tweet or mastodon toot and create a link",
"main": "gettweet.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwsmart/TwitterScreenShot.git"
},
"author": "Dave Smart",
"license": "MIT",
"bugs": {
"url": "https://github.com/dwsmart/TwitterScreenShot/issues"
},
"homepage": "https://github.com/dwsmart/TwitterScreenShot#readme",
"dependencies": {
"imagemin": "^9.0.1",
"imagemin-pngquant": "^10.0.0",
"imagemin-webp": "^8.0.0",
"node-fetch": "^3.3.2",
"puppeteer": "^24.33.0",
"string-strip-html": "^13.5.0"
}
}