2021-06-07 20:50:00 +02:00
|
|
|
{
|
2025-03-30 14:02:12 +02:00
|
|
|
"name": "@tree-sitter-grammars/tree-sitter-hcl",
|
2025-05-09 10:06:33 +03:00
|
|
|
"version": "1.1.0",
|
2025-03-30 15:40:27 +02:00
|
|
|
"description": "HCL and terraform grammar for tree-sitter",
|
2025-05-09 10:06:33 +03:00
|
|
|
"repository": "https://github.com/tree-sitter-grammars/tree-sitter-hcl",
|
2025-03-30 14:02:12 +02:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"main": "bindings/node",
|
|
|
|
|
"types": "bindings/node",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"incremental",
|
|
|
|
|
"parsing",
|
|
|
|
|
"tree-sitter",
|
2025-03-30 15:40:27 +02:00
|
|
|
"hcl",
|
|
|
|
|
"terraform"
|
2025-03-30 14:02:12 +02:00
|
|
|
],
|
|
|
|
|
"files": [
|
|
|
|
|
"grammar.js",
|
2025-05-09 10:06:33 +03:00
|
|
|
"make_grammar.js",
|
2025-03-30 14:02:12 +02:00
|
|
|
"tree-sitter.json",
|
|
|
|
|
"binding.gyp",
|
|
|
|
|
"prebuilds/**",
|
|
|
|
|
"bindings/node/*",
|
|
|
|
|
"queries/*",
|
|
|
|
|
"src/**",
|
|
|
|
|
"*.wasm"
|
|
|
|
|
],
|
2021-06-07 20:50:00 +02:00
|
|
|
"dependencies": {
|
2025-05-09 10:06:33 +03:00
|
|
|
"node-addon-api": "^8.3.1",
|
|
|
|
|
"node-gyp-build": "^4.8.4"
|
2025-03-30 14:02:12 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"prebuildify": "^6.0.1",
|
2025-05-09 10:06:33 +03:00
|
|
|
"tree-sitter-cli": "^0.25.3"
|
2025-03-30 14:02:12 +02:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2025-05-09 10:06:33 +03:00
|
|
|
"tree-sitter": "^0.22.4"
|
2025-03-30 14:02:12 +02:00
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"tree-sitter": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2025-05-09 10:06:33 +03:00
|
|
|
"build": "tree-sitter generate",
|
2025-03-30 14:02:12 +02:00
|
|
|
"install": "node-gyp-build",
|
|
|
|
|
"prestart": "tree-sitter build --wasm",
|
|
|
|
|
"start": "tree-sitter playground",
|
2025-05-09 10:06:33 +03:00
|
|
|
"test": "node --test bindings/node/*_test.js"
|
2025-02-16 14:35:02 +01:00
|
|
|
}
|
2021-06-07 20:50:00 +02:00
|
|
|
}
|