{ "name": "estree-walker", "description": "Traverse an ESTree-compliant AST", "version": "3.0.1", "private": false, "author": "Rich Harris", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Rich-Harris/estree-walker" }, "type": "module", "module": "./src/index.js", "exports": { "./package.json": "./package.json", ".": { "import": "./src/index.js" } }, "types": "types/index.d.ts", "scripts": { "prepublishOnly": "tsc && npm test", "test": "uvu test" }, "devDependencies": { "@types/estree": "0.0.42", "typescript": "^3.7.5", "uvu": "^0.5.1" }, "files": [ "src", "types", "README.md" ] }