{
  "name": "@textlint/ast-tester",
  "version": "15.5.2",
  "description": "Compliance tests for textlint's AST(Abstract Syntax Tree).",
  "keywords": [
    "ast",
    "suite",
    "test",
    "testing",
    "textlint"
  ],
  "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/ast-tester",
  "bugs": {
    "url": "https://github.com/textlint/textlint/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/textlint/textlint.git"
  },
  "license": "MIT",
  "author": "azu",
  "type": "commonjs",
  "main": "lib/src/index.js",
  "types": "lib/src/index.d.ts",
  "directories": {
    "test": "test"
  },
  "files": [
    "bin/",
    "lib/",
    "src/",
    "!*.tsbuildinfo"
  ],
  "scripts": {
    "build": "tsc -b",
    "clean": "rimraf lib/",
    "prepack": "npm run --if-present build",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "watch": "tsc -b --watch"
  },
  "dependencies": {
    "@textlint/ast-node-types": "15.5.2",
    "debug": "^4.4.3"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/node": "^24.10.13",
    "rimraf": "^6.1.3",
    "typescript": "~5.8.3",
    "vitest": "^3.2.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "email": "azuciao@gmail.com",
  "gitHead": "7320c69be4665acc74186834b435a32d283c1be5"
}
