{ "name": "@moonshot-ai/tree-sitter-bash", "version": "0.1.0", "private": true, "description": "A pure-TypeScript bash parser producing a syntax tree whose named node types match tree-sitter-bash one-to-one.", "license": "MIT", "author": "Moonshot AI", "homepage": "https://github.com/MoonshotAI/kimi-code/tree/main/packages/tree-sitter-bash#readme", "repository": { "type": "git", "url": "git+https://github.com/MoonshotAI/kimi-code.git", "directory": "packages/tree-sitter-bash" }, "bugs": { "url": "https://github.com/MoonshotAI/kimi-code/issues" }, "keywords": [ "kimi", "bash", "shell", "parser", "tree-sitter" ], "files": [ "dist" ], "type": "module", "imports": { "#/*": "./src/*.ts" }, "exports": { ".": { "types": "./src/index.ts", "default": "./src/index.ts" } }, "scripts": { "build": "tsdown", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "vitest run", "clean": "rm -rf dist" }, "devDependencies": { "tree-sitter-bash": "0.25.0", "web-tree-sitter": "0.25.10" } }