-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.22 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
{
"name": "reddit-extractor",
"version": "1.2.9",
"description": "Gets Reddit post data",
"main": "production/_exports.js",
"homepage": "https://github.com/wik3d/Reddit-Extractor#readme",
"scripts": {
"build": "tsc && tsc-alias",
"build:watch": "rm -rf ./production/ && tsc && (concurrently \"tsc-alias -w\" \"tsc -w\")",
".": "node --no-warnings -r dotenv/config ./production/index.js",
"prepare": "tsc && tsc-alias"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wik3d/Reddit-Extractor"
},
"keywords": [],
"author": "Jack",
"license": "MIT",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^2.1.2",
"axios": "^1.7.7",
"fetch-cookie": "^3.0.1",
"fluent-ffmpeg": "^2.1.3",
"https-proxy-agent": "^7.0.5",
"node-fetch": "^2.6.7",
"tough-cookie": "^5.0.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.26",
"@types/glob": "^8.1.0",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"concurrently": "^9.0.1",
"dashjs": "^4.7.4",
"eslint": "^8.57.0",
"tsc-alias": "^1.8.7"
}
}