{
  "name": "remsg",
  "description": "A library for parsing and serializing MSG files for the RE Engine.",
  "type": "module",
  "version": "2.0.1",
  "author": "BeeeQueue <adam@haglund.dev>",
  "repository": {
    "type": "git",
    "url": "https://github.com/beeequeue/remsg.git"
  },
  "license": "MIT",
  "engines": {
    "node": ">=22"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged"
  },
  "lint-staged": {
    "*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,json,json5,yaml,yml,css,scss,md}": [
      "prettier --write"
    ]
  },
  "files": [
    "dist"
  ],
  "exports": {
    "default": "./dist/index.mjs"
  },
  "dependencies": {
    "binary-util": "~2.0.5"
  },
  "devDependencies": {
    "@antfu/eslint-config": "9.0.0",
    "@changesets/changelog-github": "https://pkg.pr.new/changesets/changesets/@changesets/changelog-github@bd27256",
    "@changesets/cli": "https://pkg.pr.new/changesets/changesets/@changesets/cli@bd27256",
    "@tsconfig/node24": "24.0.4",
    "@tsconfig/strictest": "2.0.8",
    "@types/node": "22.19.19",
    "@typescript/native-preview": "7.0.0-dev.20260524.1",
    "eslint": "10.4.0",
    "lint-staged": "17.0.5",
    "murmur-hash": "2.0.1",
    "prettier": "3.8.3",
    "publint": "0.3.21",
    "simple-git-hooks": "2.13.1",
    "tsdown": "0.22.0",
    "vitest": "4.1.7"
  },
  "scripts": {
    "build": "tsdown",
    "lint": "eslint --flag unstable_native_nodejs_ts_config ",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  }
}