forked from remnawave/xtls-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.51 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.51 KB
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
56
57
58
59
60
61
62
63
64
{
"name": "@remnawave/xtls-sdk",
"version": "0.12.1",
"description": "A Typescript SDK for XRAY (XTLS) Core GRPC Api",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build/**/*"
],
"scripts": {
"prepublish": "rm -rf build && tsc",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/remnawave/xtls-sdk.git"
},
"homepage": "https://github.com/remnawave/xtls-sdk#readme",
"bugs": {
"url": "https://github.com/remnawave/xtls-sdk/issues"
},
"author": "Remnawave <https://github.com/remnawave>",
"license": "AGPL-3.0-only",
"keywords": [
"xtls",
"grpc",
"sdk",
"xray core api",
"typescript",
"xray",
"xray-core",
"api",
"client",
"network",
"proxy",
"protocol",
"trojan",
"vless"
],
"dependencies": {
"ipaddr.js": "2.3.0",
"long": "^5.3.2",
"nice-grpc": "^2.1.14",
"protobufjs": "^8.0.0",
"@bufbuild/protobuf": "^2.11.0"
},
"devDependencies": {
"tar": "^7.5.9",
"@types/node": "^24.10.2",
"grpc-tools": "^1.13.1",
"ts-proto": "^2.11.2",
"typescript": "^5.9.3",
"@typescript-eslint/eslint-plugin": "^8.49.0",
"@typescript-eslint/parser": "^8.49.0",
"eslint": "9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-paths": "^1.1.0",
"eslint-plugin-perfectionist": "^4.15.1",
"eslint-plugin-prettier": "^5.5.4",
"prettier": "^3.7.4",
"tsconfig-paths": "^4.2.0",
"typescript-eslint": "^8.49.0"
}
}