@urixen/ptero-connect
Version:
The only package you need for Pterodactyl API management.
57 lines (56 loc) • 1.25 kB
JSON
{
"name": "@urixen/ptero-connect",
"version": "0.2.3-fixed",
"description": "The only package you need for Pterodactyl API management.",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"files": [
"dist/*",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/urixen-org/ptero-connect.git"
},
"authors": [
"SAMIR <158018273+xerinv0@users.noreply.github.com>",
"Vspcoderz <vedantpakwane90@gmail.com>"
],
"keywords": [
"Pterodactyl",
"API",
"undici",
"node-js",
"js",
"ptero-api",
"ptero",
"pterodactyl-api",
"API client"
],
"license": "MIT",
"devDependencies": {
"@types/bun": "^1.2.20",
"@types/ws": "^8.18.1",
"typedoc": "^0.28.10",
"typedoc-github-theme": "^0.3.0",
"typedoc-plugin-include-example": "2.1.2",
"typescript": "^5.9.3"
},
"scripts": {
"test": "echo \"Error: no test specified\"",
"build": "tsc"
},
"bugs": {
"url": "https://github.com/urixen-org/ptero-connect/issues"
},
"homepage": "https://urixen-org.github.io/ptero-connect/",
"peerDependencies": {
"ws": "^8.18.3"
},
"peerDependenciesMeta": {
"ws": {
"optional": true
}
}
}