Files
deusdata--codebase-memory-mcp/tools/tree-sitter-magma/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
504 B
JSON

{
"name": "tree-sitter-magma",
"version": "0.1.0",
"description": "Magma computer algebra grammar for tree-sitter",
"main": "bindings/node",
"keywords": ["tree-sitter", "magma", "computer-algebra", "number-theory"],
"license": "MIT",
"dependencies": {
"nan": "^2.18.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.25.0"
},
"tree-sitter": [
{
"scope": "source.magma",
"file-types": ["mag", "magma"],
"highlights": "queries/highlights.scm"
}
]
}