-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "dotline-server",
"version": "0.0.1",
"description": "",
"main": "index.js",
"type": "module",
"engines": {
"node": ">=18"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cmd": "node bin/cmd.js",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@sentry/node": "^7.38.0",
"@sentry/tracing": "^7.38.0",
"axios": "^1.3.4",
"bufferutil": "^4.0.7",
"cassandra-driver": "^4.6.4",
"commander": "^10.0.1",
"express": ">=5.0.0-beta.1",
"express-busboy": "^9.0.0",
"json5": "^2.2.3",
"mime-types": "^2.1.35",
"open-graph-scraper": "^6.3.2",
"redis": "^4.6.5",
"sharp": "^0.32.6",
"ua-parser-js": "^1.0.33",
"utf-8-validate": "^6.0.3",
"winston": "^3.8.2",
"winston-transport-sentry-node": "^2.7.0",
"ws": "^8.13.0"
},
"devDependencies": {
"eslint": "^8.34.0"
}
}