mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
10 lines
180 B
JSON
10 lines
180 B
JSON
{
|
|
"name": "tree-sitter-context-predicate",
|
|
"main": "bindings/node",
|
|
"devDependencies": {
|
|
"tree-sitter-cli": "^0.19.5"
|
|
},
|
|
"dependencies": {
|
|
"nan": "^2.14.0"
|
|
}
|
|
}
|