This repository was archived by the owner on Jul 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.42 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
{
"name": "runner",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@replit/database": "^2.0.1",
"axios": "^0.21.1",
"backo2": "^1.0.2",
"base64-arraybuffer": "^0.2.0",
"body-parser": "^1.19.0",
"browserslist": "^4.16.5",
"component-bind": "^1.0.0",
"component-emitter": "^1.3.0",
"debug": "^4.3.1",
"dotenv": "^8.6.0",
"engine.io-client": "^5.1.1",
"expect.js": "^0.3.1",
"express": "^4.17.1",
"express-session": "^1.17.2",
"google-auth-library": "^7.1.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-mocha": "^7.0.2",
"gulp-task-listing": "^1.1.0",
"handlebars": "^4.7.7",
"has-binary2": "^1.0.3",
"has-cors": "^1.1.0",
"hosted-git-info": "^2.8.9",
"indexof": "0.0.1",
"lodash": "^4.17.21",
"mongodb": "^3.6.9",
"parseqs": "0.0.5",
"parseuri": "0.0.6",
"parseurl": "^1.3.3",
"router": "^1.3.5",
"routes": "^2.1.0",
"socket.io": "^4.1.2",
"socket.io-browsers": "^1.0.4",
"socket.io-parser": "^3.4.1",
"text-blob-builder": "0.0.1",
"to-array": "^0.1.4",
"webpack": "^5.38.1",
"webpack-merge": "^4.2.2",
"webpack-stream": "^5.2.1",
"ws": "^7.4.6",
"xmlhttprequest-ssl": "^1.6.2",
"yargs-parser": "^5.0.1"
}
}