{
  "name": "@emdzej/inpax-parser",
  "version": "0.12.0",
  "description": "INPA IPO bytecode parser",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "inpa",
    "ipo",
    "parser",
    "bmw",
    "diagnostics"
  ],
  "license": "MIT",
  "dependencies": {
    "@emdzej/inpax-core": "0.12.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/emdzej/inpax.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest run --passWithNoTests",
    "lint": "eslint src/",
    "clean": "rm -rf dist/"
  }
}