{
  "name": "abstract-syntax-tree",
  "version": "2.23.0",
  "description": "abstract syntax tree",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "node --test",
    "coverage": "node --test --experimental-test-coverage"
  },
  "engines": {
    "node": ">=20.11.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/buxlabs/abstract-syntax-tree.git"
  },
  "keywords": [
    "abstract syntax tree",
    "javascript",
    "ast"
  ],
  "author": "Emil Ajdyna <emil@ajdyna.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/buxlabs/abstract-syntax-tree/issues"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "types.json",
    "src"
  ],
  "homepage": "https://github.com/buxlabs/abstract-syntax-tree#readme",
  "dependencies": {
    "ast-types": "0.14.2",
    "astring": "^1.9.0",
    "esquery": "^1.7.0",
    "meriyah": "^7.1.0",
    "pure-conditions": "^1.2.3",
    "source-map": "^0.7.6"
  }
}
