-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
44 lines (44 loc) · 935 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
39
40
41
42
43
44
{
"name": "anoupload",
"version": "1.5.0",
"description": "AnoUpload",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"github",
"cloud",
"storage",
"upload",
"free",
"file-uploader",
"githubcloud",
"anoupload"
],
"files": [
"index.js",
"discordWebhook.js",
"public/"
],
"author": "LegendYt4k",
"license": "GPL-3.0",
"dependencies": {
"@octokit/rest": "^21.0.2",
"@types/node": "^18.0.6",
"anoupload": "^1.4.0",
"axios": "^1.7.4",
"dayjs": "^1.11.12",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"multer": "^1.4.5-lts.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FreeCode911/AnoUpload.git"
},
"bugs": {
"url": "https://github.com/FreeCode911/AnoUpload/issues"
},
"homepage": "https://github.com/FreeCode911/AnoUpload#readme"
}