-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.19 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
{
"dependencies": {
"@grammyjs/files": "^1.0.4",
"ansi-regex": "^6.0.1",
"ansi-to-html": "^0.7.2",
"assert": "^2.1.0",
"body-parser": "^1.20.2",
"buffer": "^6.0.3",
"core-js": "^3.33.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"grammy": "^1.19.1",
"http": "^0.0.1-security",
"net": "^1.0.2",
"node-forge": "^1.3.1",
"node-ssh": "^13.1.0",
"path": "^0.12.7",
"readline": "^1.3.0",
"stream": "^0.0.2",
"stream-http": "^3.2.0",
"url": "^0.11.3",
"ws": "^8.14.2",
"zlib": "^1.0.5"
},
"name": "webapp",
"version": "1.0.0",
"main": "script.js",
"type": "module",
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"babel-loader": "^9.1.3",
"concurrently": "^8.2.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"scripts": {
"start:client": "webpack --mode production",
"start:server": "node server/server.js",
"start": "concurrently \"npm run start:client\" \"npm run start:server\""
},
"author": "",
"license": "ISC",
"description": ""
}