Files
deusdata--codebase-memory-mcp/tools/tree-sitter-form/package.json
T
wehub-resource-sync 41cb1c0170
OpenSSF Scorecard / scorecard (push) Failing after 0s
DCO / dco (push) Failing after 0s
CodeQL SAST / analyze (push) Failing after 1s
Deploy Pages / deploy (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:28:05 +08:00

22 lines
512 B
JSON

{
"name": "tree-sitter-form",
"version": "0.1.0",
"description": "FORM (symbolic manipulation) grammar for tree-sitter",
"main": "bindings/node",
"keywords": ["tree-sitter", "form", "symbolic-computation", "particle-physics"],
"license": "MIT",
"dependencies": {
"nan": "^2.18.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.25.0"
},
"tree-sitter": [
{
"scope": "source.form",
"file-types": ["frm", "prc"],
"highlights": "queries/highlights.scm"
}
]
}