{
  "name": "@emdzej/inpax-dis",
  "version": "0.12.0",
  "description": "INPA IPO bytecode disassembler",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "inpax-dis": "dist/cli.js"
  },
  "keywords": [
    "inpa",
    "ipo",
    "disassembler",
    "bmw"
  ],
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.3.0",
    "@emdzej/inpax-core": "0.12.0",
    "@emdzej/inpax-parser": "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",
    "clean": "rm -rf dist/"
  }
}