{ "name": "tree-sitter-php", "version": "0.19.0", "description": "PHP grammar for tree-sitter", "main": "index.js", "keywords": [ "parser", "php" ], "author": "Josh Vera", "license": "MIT", "bugs": { "url": "https://github.com/tree-sitter/tree-sitter-php/issues" }, "homepage": "https://github.com/tree-sitter/tree-sitter-php#readme", "dependencies": { "nan": "^2.14.0" }, "devDependencies": { "tree-sitter-cli": "^0.19.1" }, "scripts": { "build": "tree-sitter generate && node-gyp build", "test": "tree-sitter test && script/parse-examples", "test-windows": "tree-sitter test" }, "repository": { "type": "git", "url": "git+https://github.com/tree-sitter/tree-sitter-php.git" }, "tree-sitter": [ { "scope": "source.php", "file-types": [ "php" ], "highlights": "queries/highlights.scm" } ] }