-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.71 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.71 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
64
65
66
67
68
69
{
"name": "msafe",
"version": "3.0.0",
"description": "Blazing fast file uploader and awesome bunker written in node! 🚀",
"author": "metal0",
"repository": {
"type": "git",
"url": "https://github.com/weebsquad/msafe"
},
"engines": {
"node": ">=16.20.0"
},
"scripts": {
"start": "git reset --hard && git pull --force && npm i && node lolisafe",
"lint": "standard --fix controllers/*.js lolisafe.js routes/*.js public/js/*.js && echo done",
"update": "git reset --hard && git pull --force"
},
"license": "MIT",
"dependencies": {
"@auth0/s3": "^1.0.0",
"aws-sdk": "^2.737.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cloudflare-express": "^1.0.1",
"cors": "^2.8.5",
"cron": "^1.8.2",
"defaults": "^1.0.3",
"dotenv": "^10.0.0",
"express": "^4.17.3",
"express-handlebars": "^5.3.4",
"express-rate-limit": "^5.5.1",
"fluent-ffmpeg": "^2.1.2",
"gm": "^1.23.1",
"helmet": "^4.6.0",
"http": "0.0.0",
"https": "^1.0.0",
"javascript-obfuscator": "^1.11.0",
"jszip": "^3.7.1",
"knex": "^0.95.15",
"mime-db": "^1.51.0",
"mime-lookup": "0.0.2",
"multer": "^1.4.3",
"path": "^0.12.7",
"randomstring": "^1.2.1",
"request": "^2.88.2",
"require-uncached": "^2.0.0",
"sqlite3": "^5.0.3"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-aqua": "^9.0.2",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1"
},
"eslintConfig": {
"extends": [
"aqua"
],
"env": {
"browser": true,
"node": true
},
"rules": {
"func-names": 0
}
}
}