-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 845 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": "mrnima-temporary-uploader",
"version": "1.0.0",
"description": "Temporary file hosting and temporaray direct link generator unofficial package, by mrnima.",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DarkMakerofc/mrnima-temporary-uploader.git"
},
"keywords": [
"tempofile",
"fileuploader",
"filehost",
"directlink"
],
"author": "MRnima",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/DarkMakerofc/mrnima-temporary-uploader/issues"
},
"homepage": "https://github.com/DarkMakerofc/mrnima-temporary-uploader#readme",
"dependencies": {
"axios": "^1.7.7",
"file-type": "^16.5.4",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"node-fetch": "^2.6.1"
}
}