{
  "name": "@markedjs/testutils",
  "version": "18.0.0-1",
  "description": "Test utilities for marked and marked extensions",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "import": "./lib/index.js",
      "types": "./lib/index.d.ts"
    }
  },
  "type": "module",
  "scripts": {
    "build": "tsc",
    "test": "npm run build && node --import tsx --test test/*.test.ts",
    "test:lint": "eslint .",
    "test:format": "prettier . --check",
    "test:types": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
    "lint": "eslint . --fix",
    "format": "prettier . --write"
  },
  "files": [
    "lib/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/markedjs/testutils.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/markedjs/testutils/issues"
  },
  "homepage": "https://github.com/markedjs/testutils#readme",
  "dependencies": {
    "@markedjs/html-differ": "^5.0.4",
    "front-matter": "^4.0.2",
    "marked": "18.0.0",
    "marked-repo": "https://github.com/markedjs/marked/tarball/v18.0.0"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.2",
    "@eslint/js": "^10.0.1",
    "@types/node": "^25.5.2",
    "eslint": "^10.2.0",
    "globals": "^17.4.0",
    "prettier": "^3.8.1",
    "tsx": "^4.21.0",
    "typescript": "^6.0.2"
  }
}
