Files
tree-sitter-jhcl/package.json

13 lines
225 B
JSON
Raw Normal View History

2021-06-07 20:50:00 +02:00
{
"name": "tree-sitter-hcl",
"version": "0.2.0-snapshot",
2021-06-07 20:50:00 +02:00
"description": "",
"main": "bindings/node",
"author": "",
"license": "ISC",
"dependencies": {
"nan": "^2.14.2",
"tree-sitter-cli": "^0.25"
2025-02-16 14:35:02 +01:00
}
2021-06-07 20:50:00 +02:00
}