mirror of
https://github.com/vyme-fr/MercuryCloud_Dashboard.git
synced 2026-01-19 09:07:26 +01:00
30 lines
687 B
JSON
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"
|
|
}
|
|
}
|