-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 944 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
33
34
35
36
37
38
{
"name": "revolt-uploader",
"version": "1.1.5",
"description": "A utility script to allow easy uploads of files to revolt.",
"main": "Uploader.js",
"types": "Uploader.d.ts",
"scripts": {
"build": "tsc --emitDeclarationOnly --allowJs --declaration Uploader.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"revolt",
"messages",
"file",
"upload",
"attachments",
"js",
"revolt.chat"
],
"author": "ShadowLp174",
"license": "MIT",
"dependencies": {
"form-data": "^4.0.0",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@types/node": "^20.12.12",
"typescript": "^5.4.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShadowLp174/revolt-uploader.git"
},
"bugs": {
"url": "https://github.com/ShadowLp174/revolt-uploader/issues"
},
"homepage": "https://github.com/ShadowLp174/revolt-uploader#readme"
}