tree-sitter-bp/package.json

29 lines
484 B
JSON
Raw Normal View History

2024-04-07 20:59:34 +02:00
{
"name": "tree-sitter-bp",
2024-04-08 03:02:16 +02:00
"version": "0.1.0",
2024-04-07 20:59:34 +02:00
"description": "Blueprint grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
"parsing",
"incremental"
],
"dependencies": {
"nan": "^2.12.1"
},
"devDependencies": {
"tree-sitter-cli": "^0.20.6"
},
"scripts": {
"test": "tree-sitter test"
},
"tree-sitter": [
{
"scope": "source.bp",
2024-04-07 20:59:34 +02:00
"file-types": [
"bp"
],
"injection-regex": "bp"
}
]
}