{
  "name": "yuku-ast",
  "version": "0.8.7",
  "description": "Typed AST toolkit for JavaScript and TypeScript ESTree trees: walker, builders, guards, and syntactic utilities",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/yuku-toolchain/yuku"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsdown"
  },
  "dependencies": {
    "@yuku-toolchain/types": "^0.8.7"
  },
  "devDependencies": {
    "tsdown": "^0.15.6"
  },
  "keywords": [
    "ast",
    "estree",
    "walker",
    "builder",
    "traverse",
    "visitor",
    "typescript",
    "javascript",
    "yuku"
  ],
  "module": "./dist/index.js",
  "sideEffects": false
}
