tree-sitter-logstash/package.json

26 lines
428 B
JSON
Raw Normal View History

2024-01-23 16:22:00 -05:00
{
"name": "tree-sitter-logstash-conf",
"version": "1.0.0",
"description": "",
"main": "bindings/node",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"nan": "^2.18.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.20.8"
2024-01-23 23:41:20 -05:00
},
"tree-sitter": [
{
"scope": "grammar.js",
"file-types": [
"logstash"
]
}
]
2024-01-23 16:22:00 -05:00
}