-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 865 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 865 Bytes
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
{
"name": "node-hypixel.js",
"version": "1.0.2",
"description": "Simple node.js lib for using Hypixel's API, with 100% API coverage!",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./test/index.js",
"doc": "jsdoc -c jsdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iColtz/node-hypixel.js.git"
},
"keywords": [
"hypixel",
"api"
],
"author": "iColtz",
"license": "MIT",
"bugs": {
"url": "https://github.com/iColtz/node-hypixel.js/issues"
},
"homepage": "https://github.com/iColtz/node-hypixel.js#readme",
"devDependencies": {
"eslint": "^7.15.0",
"jsdoc": "^3.6.6",
"minami": "^1.2.3",
"nodemon": "^2.0.6"
},
"dependencies": {
"node-fetch": "^2.6.1"
}
}