-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.68 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.68 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "social-picker-api",
"version": "4.0.0",
"description": "Extract media from various posting platforms like Twitter, Reddit, Pixiv, Youtube, Tiktok, Osnova and many others",
"main": "dist/main.js",
"type": "module",
"scripts": {
"dev": "NODE_ENV=development tsx watch src/main.ts --no-cache",
"lint": "eslint src --ext .ts,.js,.cjs,.mjs --fix",
"compile": "tsc --project tsconfig.json",
"production": "pm2 start config/pm2.production.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serguun42/social-picker-api.git"
},
"keywords": [
"parser",
"ffmpeg",
"twitter",
"instagram",
"pixiv",
"ugoira",
"reddit",
"youtube-dl",
"yt-dlp",
"osnova",
"dtf",
"tumblr",
"joyreactor",
"coub"
],
"author": "serguun42",
"license": "BSL-1.0 License",
"dependencies": {
"@serguun42/tumblr.js": "4.2",
"jszip": "^3.10.1",
"mime-types": "^3.0.1",
"node-fetch": "^3.3.2",
"node-html-parser": "^6.1.12",
"pm2": "^6.0.13",
"socks-proxy-agent": "^8.0.2",
"yt-dlp-wrap": "^2.3.12"
},
"devDependencies": {
"@eslint/compat": "^1.4.0",
"@eslint/js": "^9.38.0",
"@stylistic/eslint-plugin": "^3.1.0",
"@types/mime-types": "^3.0.1",
"@types/node": "^24.9.1",
"eslint": "^9.38.0",
"eslint-config-airbnb-extended": "^2.3.2",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-n": "^17.23.1",
"eslint-plugin-prettier": "^5.5.4",
"prettier": "^3.6.2",
"tsx": "^4.7.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.2"
}
}