generated from PrismarineJS/prismarine-template
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 1012 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
{
"name": "prismarine-realms",
"version": "1.3.2",
"description": "Library to manage and interact with Minecraft Realms for Java/Bedrock edition",
"main": "index.js",
"scripts": {
"test": "mocha --recursive --reporter spec --exit",
"pretest": "npm run lint",
"lint": "standard",
"fix": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrismarineJS/prismarine-realms.git"
},
"keywords": [
"prismarine",
"realms"
],
"author": "Romain Beaumont",
"license": "MIT",
"bugs": {
"url": "https://github.com/PrismarineJS/prismarine-realms/issues"
},
"homepage": "https://github.com/PrismarineJS/prismarine-realms#readme",
"devDependencies": {
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"mocha": "^10.0.0",
"nock": "^13.2.4",
"prismarine-auth": "^2.0.1",
"prismarine-realms": "file:.",
"standard": "^17.0.0"
},
"dependencies": {
"debug": "^4.3.3",
"node-fetch": "^2.6.1"
}
}