js3xui
Version:
Async Object-oriented JavaScript SDK for the 3x-ui API.
50 lines (49 loc) • 1.13 kB
JSON
{
"name": "js3xui",
"version": "0.0.3",
"type": "module",
"description": "Async Object-oriented JavaScript SDK for the 3x-ui API.",
"main": "index.js",
"module": "index.js",
"exports": {
".": "./index.js",
"./client": "./src/client/Client.js"
},
"scripts": {
"test": "node test.js",
"example": "node example.js",
"start": "node example.js",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"docs": "node generate-docs.js",
"docs:html": "jsdoc -c jsdoc.json",
"docs:watch": "nodemon --watch src --ext js --exec \"npm run docs\""
},
"dependencies": {
"axios": "^1.10.0",
"axios-cookiejar-support": "^6.0.3",
"tough-cookie": "^5.1.2"
},
"keywords": [
"xui",
"api",
"client",
"javascript",
"es6",
"proxy",
"vpn"
],
"author": "iwatkot",
"repository": {
"type": "git",
"url": "https://github.com/iwatkot/js3xui.git"
},
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.30.1",
"eslint": "^9.30.1",
"globals": "^16.3.0",
"jsdoc": "^4.0.4",
"jsdoc-to-markdown": "^9.1.1"
}
}