UNPKG

parse-osr

Version:

A simple parser for osu! replay (.osr) file format.

42 lines (41 loc) 834 B
{ "name": "parse-osr", "version": "0.2.0", "description": "A simple parser for osu! replay (.osr) file format.", "keywords": [ "parser", "parse", "parsing", "replay", "osr", "osu", "osugame" ], "bugs": "https://github.com/OlaMushroom/parse-osr/issues", "repository": { "type": "git", "url": "git+https://github.com/OlaMushroom/parse-osr.git" }, "license": "MIT", "author": "Ola Mushroom", "type": "module", "main": "lib/index.js", "module": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib" ], "scripts": { "check": "biome check --write", "test": "vitest run" }, "dependencies": { "leb": "^1.0.0", "lzma": "^2.3.2" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "esbuild": "^0.24.2", "vitest": "^3.0.2" } }