{
  "name": "forza-tuning-parser",
  "version": "0.1.1",
  "description": "Parse binary Forza tuning files in Node.js and the browser.",
  "keywords": [
    "forza",
    "horizon",
    "motorsport",
    "tuning",
    "parser"
  ],
  "homepage": "https://github.com/dreamfarer/forza-tuning-parser",
  "bugs": "https://github.com/dreamfarer/forza-tuning-parser/issues",
  "license": "GPL-3.0-or-later",
  "author": "dreamfarer <dreamfarer@pm.me> (https://github.com/dreamfarer)",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs",
  "type": "module",
  "types": "./dist/index.d.cts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dreamfarer/forza-tuning-parser.git"
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "format": "biome format --write .",
    "check:exports": "publint && attw --pack .",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "0.18.3",
    "@biomejs/biome": "2.4.16",
    "@types/node": "^22",
    "@vitest/coverage-v8": "4.1.8",
    "publint": "0.3.21",
    "tsdown": "0.22.2",
    "typescript": "6.0.3",
    "vitest": "4.1.8"
  },
  "engines": {
    "node": ">=22"
  },
  "publishConfig": {
    "access": "public"
  }
}
