tree-sitter-vala
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
  20. 20
  21. 21
  22. 22
  23. 23
{
  "name": "tree-sitter-vala",
  "version": "0.53.1",
  "description": "Vala grammar for tree-sitter",
  "main": "bindings/node",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Prince781/tree-sitter-vala.git"
  },
  "keywords": [
    "tree-sitter",
    "vala"
  ],
  "author": "Princeton Ferro",
  "license": "LGPL-2.1-only",
  "bugs": {
    "url": "https://github.com/Prince781/tree-sitter-vala/issues"
  },
  "homepage": "https://github.com/Prince781/tree-sitter-vala#readme"
}