-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.6 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "3x-ui",
"description": "This is an interface for 3x-ui panel. It will help developers to create, edit and delete inbounds and clients in a simple way.",
"version": "2.1.1",
"type": "module",
"main": "build/index.js",
"types": "build/index.d.ts",
"author": {
"email": "[email protected]",
"name": "Mehdi Khodayari",
"url": "https://github.com/mehdikhody"
},
"scripts": {
"build": "tsc -p tsconfig.build.json && resolve-tspaths",
"format": "prettier --write .",
"test": "vitest ."
},
"devDependencies": {
"@faker-js/faker": "^9.0.3",
"@types/node": "^20.16.11",
"@types/qs": "^6.9.11",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"resolve-tspaths": "^0.8.22",
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.2",
"xray-zod": "^1.0.0",
"zod": "^3.23.8"
},
"dependencies": {
"async-mutex": "^0.5.0",
"axios": "^1.6.4",
"node-cache": "^5.1.2",
"proxy-agent": "^6.3.1",
"qs": "^6.11.2",
"url-join": "^5.0.0",
"winston": "^3.11.0"
},
"keywords": [
"xray",
"x-ui",
"3x-ui",
"3x-ui-js"
],
"repository": {
"type": "git",
"url": "https://github.com/mehdikhody/3x-ui-js"
}
}