-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
70 lines (70 loc) · 1.65 KB
/
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
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
64
65
66
67
68
69
70
{
"name": "moeshare",
"version": "1.1.76",
"description": "Dies ist ein ShareX-Uploader mit einigen Funktionen.",
"main": "index.js",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@qoocollections/content-metadata-remover": "^1.1.1",
"@sentry/integrations": "^7.66.0",
"@sentry/node": "^7.66.0",
"axios": "^1.7.4",
"bcrypt": "^5.1.0",
"cli-color": "^2.0.3",
"cookie-parser": "^1.4.7",
"dotenv": "^16.3.1",
"ejs": "^3.1.10",
"express": "^4.21.1",
"ffprobe": "^1.1.2",
"ffprobe-static": "^3.1.0",
"fluent-ffmpeg": "^2.1.2",
"hls-server": "^1.5.0",
"jsonwebtoken": "^9.0.1",
"luxon": "^3.4.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nocache": "^4.0.0",
"node-vibrant": "^3.2.1-alpha.1",
"os": "^0.1.2",
"readline-sync": "^1.4.10",
"sanitize": "^2.1.2",
"sharp": "^0.32.1",
"sqlite3": "^5.1.6",
"uuid": "^9.0.0"
},
"scripts": {
"start": "node index.js",
"register": "node register.js",
"token": "node getToken.js",
"reset": "node resetUser.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxsrl/moeshare.git"
},
"keywords": [
"moeshare",
"upload",
"files",
"file",
"upload",
"file",
"uploader",
"sharex",
"nodejs",
"js",
"sqlite",
"sqlite3",
"fast",
"docker",
"docker-compose",
"docker-image"
],
"author": "MaximilianGT500",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxsrl/moeshare/issues"
},
"homepage": "https://github.com/maxsrl/moeshare#readme"
}