{ "name": "ast-walker-scope", "version": "0.4.1", "packageManager": "pnpm@7.30.0", "description": "Traverse Babel AST with scope information.", "license": "MIT", "files": [ "dist" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.mjs" }, "./*": "./*" }, "publishConfig": { "access": "public" }, "dependencies": { "@babel/parser": "^7.21.3", "@babel/types": "^7.21.3" }, "devDependencies": { "@sxzz/eslint-config-prettier": "^2.4.5", "@sxzz/eslint-config-ts": "^2.4.5", "@types/node": "^18.15.3", "bumpp": "^9.0.0", "eslint": "^8.36.0", "eslint-define-config": "^1.17.0", "estree-walker": "^3.0.3", "fast-glob": "^3.2.12", "magic-string": "^0.30.0", "prettier": "^2.8.4", "tsup": "^6.7.0", "tsx": "^3.12.5", "typescript": "^5.0.2", "vite": "^4.2.0", "vitest": "^0.29.3" }, "engines": { "node": ">=14.19.0" }, "scripts": { "lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx,.json,.md", "lint:fix": "pnpm run lint --fix", "build": "tsup", "test": "vitest", "release": "bumpp && pnpm publish" } }