forked from fr34kyn01535/discord-fs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 816 Bytes
/
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
{
"name": "discord-storage",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsc --build tsconfig.json && node index.js"
},
"bin": "./start.js",
"author": "Sven Mawby",
"license": "MIT",
"dependencies": {
"connect-busboy": "1.0.0",
"discord.js": "^14.6.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mime-types": "^2.1.35",
"multistream": "^4.1.0",
"simple-ftpd": "git+https://github.com/fr34kyn01535/simple-ftpd.git",
"stat-mode": "^1.0.0",
"ts-node": "^10.9.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/connect-busboy": "1.0.0",
"@types/express": "^4.17.14",
"@types/mime-types": "^2.1.1",
"@types/multistream": "^4.1.0",
"@types/node": "^18.11.9",
"@types/uuid": "^8.3.4"
}
}