-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
{
"name": "ImDragons.js",
"version": "1.0.0",
"description": "A NodeJS Library that Uses the ImDragonsAPI from Unnecessary Libraries to allow easier access to the API.",
"main": "index.js",
"exports": "./lib/index.js",
"type": "module",
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"cacheable-lookup": "^7.0.0",
"cacheable-request": "^10.2.4",
"decompress-response": "^6.0.0",
"defer-to-connect": "^2.0.1",
"form-data-encoder": "^2.1.4",
"get-stream": "^6.0.1",
"got": "^12.5.3",
"http-cache-semantics": "^4.1.0",
"http2-wrapper": "^2.2.0",
"json-buffer": "^3.0.1",
"keyv": "^4.5.2",
"lowercase-keys": "^3.0.0",
"mimic-response": "^4.0.0",
"normalize-url": "^8.0.0",
"p-cancelable": "^3.0.0",
"quick-lru": "^5.1.1",
"resolve-alpn": "^1.2.1",
"responselike": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RobbiDev/ImDragons.JS.git"
},
"author": "RobbiDev",
"license": "MIT",
"bugs": {
"url": "https://github.com/RobbiDev/ImDragons.JS/issues"
},
"homepage": "https://github.com/RobbiDev/ImDragons.JS#readme"
}