mers/tree-sitter-mers/package.json

19 lines
384 B
JSON
Raw Permalink Normal View History

2023-11-24 19:19:54 +01:00
{
"name": "tree-sitter-mers",
"version": "1.0.0",
"description": "tree-sitter syntax highlighting for mers",
"main": "bindings/node",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"nan": "^2.18.0"
},
"tree-sitter": [{
"scope": "source.mers",
"file-types": ["mers"]
}]
}