forked from multisens/GingaDistrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 934 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 934 Bytes
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
{
"name": "tv3ws",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"build": "tsc",
"start": "node dist/server.js",
"dev": "nodemon --exec ts-node src/server.ts"
},
"author": "Joel dos Santos",
"contributors": [
"Rodrigo da Mota Sodré"
],
"license": "Apache-2.0",
"description": "TV 3.0 Ginga CC WebServices",
"dependencies": {
"@lvcabral/node-ssdp": "^4.0.4",
"dotenv": "^16.4.7",
"express": "^5.1.0",
"fs": "^0.0.1-security",
"jsonata": "^2.0.6",
"jsonwebtoken": "^9.0.3",
"mqtt": "^5.10.4",
"path": "^0.12.7",
"uuid": "^11.1.0",
"ws": "^8.18.1"
},
"devDependencies": {
"@types/ejs": "^3.1.5",
"@types/express": "^5.0.2",
"@types/jsonata": "^1.3.1",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^22.15.24",
"nodemon": "^3.1.10",
"ts-node": "^10.9.2",
"tsc-watch": "^7.1.1",
"typescript": "^5.8.3"
}
}