{
  "name": "@textlint/ast-traverse",
  "version": "15.7.1",
  "description": "TxtNode traverse library",
  "keywords": [
    "AST",
    "traverse"
  ],
  "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/ast-traverse",
  "bugs": {
    "url": "https://github.com/textlint/textlint/issues"
  },
  "repository": {
    "type": "git",
    "url": "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.7.1"
  },
  "devDependencies": {
    "@textlint/markdown-to-ast": "15.7.1",
    "@types/node": "^24.12.4",
    "rimraf": "^6.1.3",
    "typescript": "~5.8.3",
    "vitest": "^3.2.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "91ffc5947325f0a9d0500b889550a1b4d232f5f1"
}
