-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.11 KB
/
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
45
46
47
48
{
"name": "@fricon/discord",
"version": "1.0.3",
"description": "Easily upload fricon emojis to your discord server! ",
"main": "./src/index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"axios": "^1.1.3",
"combined-stream": "^1.0.8",
"data-uri-to-buffer": "^4.0.0",
"fetch-blob": "^3.1.5",
"follow-redirects": "^1.15.2",
"asynckit": "^0.4.0",
"delayed-stream": "^1.0.0",
"formdata-polyfill": "^4.0.10",
"form-data": "^4.0.0",
"mime-types": "^2.1.35",
"node-domexception": "^1.0.0",
"mime-db": "^1.52.0",
"proxy-from-env": "^1.1.0",
"npmrc": "^1.1.1",
"node-fetch": "^3.3.0",
"web-streams-polyfill": "^3.2.1"
},
"devDependencies": {},
"scripts": {
"test": "."
},
"repository": {
"type": "git",
"url": "git+https://github.com/fricon-fun/discord.git"
},
"keywords": [
"fricon",
"nego",
"kardespro",
"discord",
"emojis"
],
"author": "Nego",
"license": "MIT",
"bugs": {
"url": "https://github.com/fricon-fun/discord/issues"
},
"homepage": "https://github.com/fricon-fun/discord#readme"
}