-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 882 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "node-marzban-api-client",
"version": "0.1.2",
"description": "NodeJS async client for accessing MarzbanAPI",
"main": "./src/Marzban.js",
"type": "module",
"keywords": [
"marzban",
"marzban api",
"marzban api client",
"marzban vpn",
"marzban vpn api",
"marzban vpn api client",
"vpn"
],
"scripts": {
"docs": "jsdoc2md ./src/**/*.js --template ./docs/api.hbs > ./docs/api.md"
},
"author": "ZolanPro <ZolanPro@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ZolanPro/node-marzban-api-client.git"
},
"bugs": {
"url": "https://github.com/ZolanPro/node-marzban-api-client/issues"
},
"homepage": "https://github.com/ZolanPro/node-marzban-api-client",
"dependencies": {
"axios": "^1.7.5"
},
"devDependencies": {
"jsdoc-to-markdown": "^8.0.3"
}
}