{
  "name": "rbx-reader-rts",
  "version": "1.0.8",
  "description": "A modern TypeScript library for parsing Roblox binary files (.rbxm, .rbxl) in Node.js and the browser. Provides utilities to extract Animation and Sound asset IDs and is easily extensible.",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc -p ."
  },
  "keywords": [
    "roblox",
    "rbxm",
    "rbxl",
    "parser",
    "animation",
    "sound",
    "assets"
  ],
  "author": "RTSpoofer Team",
  "license": "GPL-3.0-or-later"
}