-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (44 loc) · 1021 Bytes
/
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
{
"name": "@ufcampos/f1-23-udp",
"version": "1.2.1",
"description": "F1 2021 UDP Telemetry parser for Node.js and TypeScript with type definitions",
"main": "dist/index.js",
"types": "dist/types.d.ts",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/UFCampos/f1-23-udp"},
"scripts": {
"build": "tsc"
},
"author": "Kaspars Bergs",
"license": "ISC",
"dependencies": {
"binary-parser": "^2.2.1"
},
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/node": "^20.5.9",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.4",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"keywords": [
"codemasters",
"f123",
"udp",
"telemetry",
"parser",
"e-sports",
"racing",
"PlayStation",
"xbox",
"PC"
]
}