UNPKG

@devnote-dev/pterojs

Version:

A verbose API library for Pterodactyl

75 lines (74 loc) 1.7 kB
{ "name": "@devnote-dev/pterojs", "version": "2.2.2", "description": "A verbose API library for Pterodactyl", "author": "Devonte <https://github.com/devnote-dev>", "contributors": [ "Chelog <https://github.com/chelog>", "Cain <https://github.com/cainthebest>" ], "license": "MIT", "bugs": { "url": "https://github.com/PteroPackages/PteroJS/issues" }, "homepage": "https://pteropackages.github.io/PteroJS/", "repository": { "type": "git", "url": "git+https://github.com/PteroPackages/PteroJS.git" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "require": "./dist/index.js", "import": "./dist/index.mjs", "default": "./dist/index.mjs" }, "files": [ "dist", "CHANGELOG.md", "LICENSE", "pterojs.json", "README.md" ], "engines": { "node": ">=14.16" }, "scripts": { "prepublishOnly": "tsup", "prepublish": "npm run build", "build": "tsup", "docs": "typedoc --out docs --excludePrivate src/index.ts", "format": "prettier --write **/**.{js,ts}", "test": "jest", "test:watch": "jest --watchAll" }, "jest": { "rootDir": "./tests" }, "keywords": [ "api", "nodejs", "library", "wrapper", "javascript", "typescript", "pterodactyl", "pterodactyl-api" ], "dependencies": { "axios": "^0.27.2", "form-data": "^4.0.0", "ws": "^8.8.1" }, "devDependencies": { "@types/jest": "^29.0.0", "@types/node": "^17.0.45", "@types/ws": "^8.5.3", "jest": "^29.0.2", "nock": "^13.2.9", "prettier": "^2.7.1", "ts-node": "^10.9.1", "tsup": "^6.3.0", "typedoc": "^0.22.18" } }