@matazi/xui
Version:
x-ui api handler
43 lines (42 loc) • 888 B
JSON
{
"name": "@matazi/xui",
"version": "1.0.172",
"description": "x-ui api handler",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"dev": "nodemon src/index.ts",
"build": "tsc",
"test": "yarn jest",
"prepublishOnly": "npm run build"
},
"files": [
"**/*.js",
"**/*.d.ts"
],
"keywords": [
"xui"
],
"author": "Matin Azizi",
"license": "ISC",
"dependencies": {
"axios": "^1.3.6",
"form-urlencoded": "^6.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^18.16.0",
"dotenv": "^16.0.3",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MataAzi/xui.git"
},
"bugs": {
"url": "https://github.com/MataAzi/xui/issues"
},
"homepage": "https://github.com/MataAzi/xui#readme"
}