{
  "name": "kaitai-struct",
  "version": "0.11.0",
  "description": "Kaitai Struct: runtime library for JavaScript",
  "keywords": [
    "binary",
    "file",
    "forenics",
    "format",
    "kaitai",
    "parsing",
    "reverse engineering",
    "reversing",
    "runtime",
    "stream",
    "struct",
    "structure"
  ],
  "homepage": "https://github.com/kaitai-io/kaitai_struct_javascript_runtime#readme",
  "bugs": {
    "url": "https://github.com/kaitai-io/kaitai_struct_javascript_runtime/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kaitai-io/kaitai_struct_javascript_runtime.git"
  },
  "license": "Apache-2.0",
  "author": "Kaitai team (https://github.com/orgs/kaitai-io/people) and Ilmari Heikkinen",
  "type": "commonjs",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "KaitaiStream.js",
    "KaitaiStream.d.ts",
    "index.d.ts"
  ],
  "scripts": {
    "build": "rollup -c",
    "prepack": "npm run build"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/node": "^16.11.11",
    "rollup": "^4.35.0",
    "tslib": "^2.3.1",
    "typescript": "^5.8.2"
  }
}
