{
  "name": "webidl2js",
  "version": "20.0.0",
  "description": "Auto-generates class structures for WebIDL specifications",
  "main": "lib/transformer.js",
  "files": [
    "lib/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsdom/webidl2js.git"
  },
  "dependencies": {
    "oxfmt": "^0.45.0",
    "webidl-conversions": "^8.0.1",
    "webidl2": "^24.5.0"
  },
  "devDependencies": {
    "@domenic/eslint-config": "^5.1.0",
    "@stylistic/eslint-plugin": "^5.10.0",
    "eslint": "^10.2.0",
    "globals": "^17.5.0"
  },
  "scripts": {
    "test": "node --test test/*.js",
    "update-snapshots": "node --test --test-update-snapshots test/*.js",
    "lint": "eslint"
  },
  "engines": {
    "node": "^22.14.0 || >=24.0.0"
  },
  "author": "Sebastian Mayr <npm@smayr.name>",
  "license": "MIT"
}
