Files
MercuryCloud_Dashboard/node_modules/@devnote-dev/pterojs/package.json
SavaletDev 9dfd50b963 Init
2022-04-22 23:02:19 +02:00

30 lines
687 B
JSON

{
"name": "@devnote-dev/pterojs",
"version": "1.2.0",
"description": "A flexibile API wrapper for Pterodactyl",
"main": "src/index.js",
"scripts": {
"tests": "node tests/index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PteroPackages/PteroJS.git"
},
"keywords": [
"pterodactyl",
"pterodactyl-api",
"wrapper",
"javascript"
],
"author": "Devonte <https://github.com/devnote-dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PteroPackages/PteroJS/issues"
},
"homepage": "https://github.com/PteroPackages/PteroJS#readme",
"dependencies": {
"node-fetch": "^2.6.1",
"ws": "^8.2.3"
}
}