2021-06-07 20:50:00 +02:00
|
|
|
{
|
2025-03-30 14:02:12 +02:00
|
|
|
"name": "@tree-sitter-grammars/tree-sitter-hcl",
|
2021-06-14 00:55:24 +02:00
|
|
|
"version": "0.2.0-snapshot",
|
2025-03-30 14:02:12 +02:00
|
|
|
"description": "HCL grammar for tree-sitter",
|
|
|
|
|
"repository": "github:tree-sitter-grammars/tree-sitter-hcl",
|
|
|
|
|
"license": "Apache-2.0",
|
2021-06-07 20:50:00 +02:00
|
|
|
"author": "",
|
2025-03-30 14:02:12 +02:00
|
|
|
"main": "bindings/node",
|
|
|
|
|
"types": "bindings/node",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"incremental",
|
|
|
|
|
"parsing",
|
|
|
|
|
"tree-sitter",
|
|
|
|
|
"hcl"
|
|
|
|
|
],
|
|
|
|
|
"files": [
|
|
|
|
|
"grammar.js",
|
|
|
|
|
"tree-sitter.json",
|
|
|
|
|
"binding.gyp",
|
|
|
|
|
"prebuilds/**",
|
|
|
|
|
"bindings/node/*",
|
|
|
|
|
"queries/*",
|
|
|
|
|
"src/**",
|
|
|
|
|
"*.wasm"
|
|
|
|
|
],
|
2021-06-07 20:50:00 +02:00
|
|
|
"dependencies": {
|
2025-03-30 14:02:12 +02:00
|
|
|
"node-addon-api": "^8.2.1",
|
|
|
|
|
"node-gyp-build": "^4.8.2"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"prebuildify": "^6.0.1",
|
2025-03-30 12:45:31 +02:00
|
|
|
"tree-sitter-cli": "^0.25"
|
2025-03-30 14:02:12 +02:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"tree-sitter": "^0.21.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"tree-sitter": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"install": "node-gyp-build",
|
|
|
|
|
"prestart": "tree-sitter build --wasm",
|
|
|
|
|
"start": "tree-sitter playground",
|
|
|
|
|
"test": "node --test bindings/node/*_test.js"
|
2025-02-16 14:35:02 +01:00
|
|
|
}
|
2021-06-07 20:50:00 +02:00
|
|
|
}
|