{
  "name": "strudy",
  "version": "3.2.5",
  "description": "Web spec analysis tool that can process crawl reports created by Reffy.",
  "repository": {
    "type": "git",
    "url": "https://github.com/w3c/strudy.git"
  },
  "files": [
    "index.js",
    "strudy.js",
    "src/"
  ],
  "bugs": {
    "url": "https://github.com/w3c/strudy/issues"
  },
  "author": {
    "name": "tidoust",
    "email": "fd@w3.org"
  },
  "contributors": [
    {
      "name": "dontcallmedom",
      "email": "dom@w3.org"
    }
  ],
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "type": "module",
  "main": "index.js",
  "bin": "./strudy.js",
  "dependencies": {
    "@actions/core": "^3.0.0",
    "@octokit/plugin-throttling": "^11.0.1",
    "@octokit/rest": "^22.0.0",
    "cddlparser": "^0.6.0",
    "commander": "15.0.0",
    "gray-matter": "^4.0.3",
    "jsdom": "^29.0.1",
    "reffy": "^21.0.0",
    "semver": "^7.3.5",
    "webidl2": "^24.2.2"
  },
  "scripts": {
    "test": "node --test --test-reporter=spec"
  }
}
