LookAtMySuitBot/js/node_modules/prismarine-realms/package.json

40 lines
1012 B
JSON
Raw Normal View History

2023-12-24 20:08:39 -05:00
{
"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"
}
}