-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.78 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "tl-rtc-app",
"version": "0.0.1",
"description": "im chat",
"main": "main.js",
"scripts": {
"http-api": "cross-env tl_rtc_app_env_mode=http node tlapi",
"http-socket": "cross-env tl_rtc_app_env_mode=http node tlsocket",
"https-api": "cross-env tl_rtc_app_env_mode=https node tlapi",
"https-socket": "cross-env tl_rtc_app_env_mode=https node tlsocket"
},
"repository": {
"type": "git",
"url": "https://github.com/tl-open-source/tl-rtc-app"
},
"keywords": [
"none"
],
"author": "iamtsm",
"license": "MIT",
"dependencies": {
"@babel/preset-env": "^7.26.0",
"@grpc/grpc-js": "^1.8.0",
"@grpc/proto-loader": "^0.6.0",
"ali-oss": "^6.21.0",
"body-parser": "^1.20.2",
"bull": "^4.16.5",
"concurrently": "^8.2.0",
"cookie-parser": "^1.4.6",
"cos-nodejs-sdk-v5": "^2.14.0",
"cross-env": "^5.2.0",
"del": "^2.2.2",
"dotenv": "^16.3.1",
"express": "^4.17.1",
"glob": "^10.3.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-footer": "^2.1.0",
"gulp-gzip": "^1.4.2",
"gulp-header": "^2.0.9",
"gulp-htmlmin": "^5.0.1",
"gulp-javascript-obfuscator": "^1.1.6",
"gulp-jshint": "^2.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-rev": "^11.0.0",
"gulp-rev-all": "^4.0.0",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^3.0.0",
"lru-cache": "^10.0.1",
"minimist": "^1.2.5",
"multer": "^1.4.5-lts.1",
"mysql2": "^2.1.0",
"nodemailer": "^6.9.14",
"nodemailer-smtp-transport": "^2.7.4",
"redis": "^4.6.13",
"request": "^2.88.2",
"rollup-plugin-copy": "^3.4.0",
"sequelize": "^6.1.0",
"sequelize-pool": "^6.0.0",
"socket.io": "^2.3.0",
"socket.io-msgpack-parser": "^3.0.2",
"terser": "^5.18.2",
"uuid": "^9.0.1"
}
}