{ "name": "ast-kit", "version": "2.2.0", "description": "A toolkit for easy Babel AST generation and manipulation.", "type": "module", "license": "MIT", "homepage": "https://github.com/sxzz/ast-kit#readme", "bugs": { "url": "https://github.com/sxzz/ast-kit/issues" }, "repository": { "type": "git", "url": "git+https://github.com/sxzz/ast-kit.git" }, "author": "Kevin Deng ", "funding": "https://github.com/sponsors/sxzz", "files": [ "dist" ], "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "publishConfig": { "access": "public" }, "dependencies": { "@babel/parser": "^7.28.5", "pathe": "^2.0.3" }, "devDependencies": { "@babel/types": "^7.28.5", "@sxzz/eslint-config": "^7.2.8", "@sxzz/prettier-config": "^2.2.4", "@types/node": "^24.10.0", "@vitest/coverage-v8": "^4.0.8", "@vitest/ui": "^4.0.8", "bumpp": "^10.3.1", "eslint": "^9.39.1", "estree-walker": "^3.0.3", "fast-glob": "^3.3.3", "prettier": "^3.6.2", "tsdown": "^0.16.1", "tsx": "^4.20.6", "typescript": "5.9.3", "vitest": "^4.0.8" }, "engines": { "node": ">=20.19.0" }, "prettier": "@sxzz/prettier-config", "scripts": { "lint": "eslint .", "lint:fix": "pnpm run lint --fix", "build": "tsdown", "test": "vitest", "release": "bumpp", "typecheck": "tsc --noEmit" } }