pterodactyl-api-wrapper
Version:
[](https://npmjs.com/package/pterodactyl-api-wrapper) [](LICENSE)
51 lines (50 loc) • 1.11 kB
JSON
{
"name": "pterodactyl-api-wrapper",
"version": "2.0.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup && npm version patch --no-git-tag-version",
"prepublishOnly": "npm run build",
"start": "node dist/index.js",
"publish:npm": " npm publish --access public"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/cptcr/pterodactyl-api-wrapper.git"
},
"keywords": [
"pterodactyl",
"api",
"wrapper",
"typescript",
"types",
"javascript",
"github",
"advanced"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cptcr/pterodactyl-api-wrapper/issues"
},
"homepage": "https://github.com/cptcr/pterodactyl-api-wrapper#readme",
"author": "cptcr",
"description": "",
"dependencies": {
"@types/axios": "^0.9.36",
"axios": "^1.7.9"
},
"devDependencies": {
"@types/typescript": "^0.4.29",
"tsup": "^8.3.6",
"types": "^0.1.1",
"typescript": "^5.7.3"
},
"files": [
"dist",
"src"
]
}