UNPKG

@z0mt3c/f1-telemetry-client

Version:

[![Node.js CI](https://github.com/z0mt3c/f1-telemetry-client/actions/workflows/node.js.yml/badge.svg)](https://github.com/z0mt3c/f1-telemetry-client/actions/workflows/node.js.yml) [![NPM Release](https://img.shields.io/npm/v/@z0mt3c/f1-telemetry-client.sv

109 lines (108 loc) 2.6 kB
{ "name": "@z0mt3c/f1-telemetry-client", "version": "2.0.0", "main": "./build/cjs/index.js", "types": "./build/cjs/index.d.ts", "exports": { ".": "./build/cjs/index.js", "./types": "./build/cjs/types.js", "./constants": "./build/cjs/constants/index.js" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/z0mt3c/f1-telemetry-client.git" }, "dependencies": { "binary-parser": "^2.2.1", "struct": "^0.0.12" }, "files": [ "build", "README.md", "LICENSE" ], "devDependencies": { "@types/binary-parser": "^1.5.5", "@types/cli-progress": "^3.11.6", "@types/jest": "^29.5.14", "@types/n-readlines": "^1.0.6", "@types/node": "^22.15.2", "cli-progress": "^3.12.0", "eslint": "^9.25.1", "eslint-config-love": "^119.0.0", "jest": "^29.7.0", "jiti": "^2.4.2", "n-readlines": "^1.0.1", "prettier": "^3.5.3", "rimraf": "^6.0.1", "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "tsx": "^4.19.3", "typescript": "^5.8.3" }, "scripts": { "start": "tsx src/playground/index.ts", "record": "tsx src/playground/record.ts", "replay": "tsx src/playground/replay.ts", "build": "npm run clean && npm run build:cjs", "build:cjs": "tsc -p tsconfig.json", "build:link": "npm run build && npm link", "type-check:watch": "npm run type-check -- --watch", "type-check": "tsc --noEmit", "clean": "rimraf ./build && rimraf ./src/samples", "lint": "eslint ./src --ext .ts", "fix": "eslint ./src --ext .ts --fix", "test": "jest", "test:schema": "rimraf ./src/samples && npm run build && tsx src/playground/generate-samples.ts && npm run fix && npm run test && npm run clean && echo 'Schema test done'", "prepare": "npm run build", "pretest": "npm run build", "posttest": "npm run lint", "format": "prettier --write .", "check": "prettier --check ." }, "keywords": [ "automotive", "grand prix", "f12018", "f1 2018", "f12019", "f1 2019", "f12020", "f1 2020", "f12021", "f1 2021", "f12022", "f122", "f1 2022", "f123", "f1 2023", "f124", "f1 2024", "f125", "f1 2025", "formula 1", "f1", "codemasters", "udp", "telemetry", "racing", "simracing", "gaming", "formula", "ps4", "ps5", "xbox", "xbox one", "playstation", "playstation 4", "playstation 5", "esports", "e sports", "e-sports", "videogame" ], "engines": { "node": ">=20.0.0" } }