
Co-Authored-By: Nathan Sobo <nathan@zed.dev> Co-Authored-By: Antonio Scandurra <me@as-cii.com>
19 lines
349 B
JSON
19 lines
349 B
JSON
{
|
|
"name": "tree-sitter-snippet",
|
|
"version": "0.0.1",
|
|
"description": "snippet grammar for tree-sitter",
|
|
"main": "bindings/node",
|
|
"keywords": [
|
|
"parsing",
|
|
"incremental"
|
|
],
|
|
"dependencies": {
|
|
"nan": "^2.12.1"
|
|
},
|
|
"devDependencies": {
|
|
"tree-sitter-cli": "^0.20.4"
|
|
},
|
|
"scripts": {
|
|
"test": "tree-sitter test"
|
|
}
|
|
}
|