-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 783 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 783 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
{
"name": "teltonikalegacysupport",
"version": "1.0.0",
"description": "",
"main": "./src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "tsc src/app.ts -w & pm2 start dist/app.js --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^20.8.10",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"binutils64": "^0.1.2",
"complete-teltonika-parser": "^0.3.6",
"dgram": "^1.0.1",
"dotenv": "^16.4.0",
"i": "^0.3.7",
"moment": "^2.29.4",
"mqtt": "^5.1.4",
"net": "^1.0.2",
"npm": "^10.2.3",
"path": "^0.12.7",
"socket.io": "^4.7.2",
"teltonika-parser-ex": "^0.0.16",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
}
}