-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.9 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@unit-mesh/treesitter-artifacts",
"author": "Unit Mesh authors",
"files": [
"/wasm"
],
"main": "bindings/node",
"version": "1.7.7",
"repository": {
"type": "git",
"url": "https://github.com/unit-mesh/treesitter-artifacts"
},
"engines": {
"node": ">=18.0.0"
},
"description": "prebuild treesitter wasm binaries for everyone",
"keywords": [
"treesitter",
"wasm"
],
"license": "MIT",
"scripts": {
"build": "ts-node build.ts"
},
"devDependencies": {
"ts-node": "^10.9.2",
"typescript": "5.3.3",
"@types/node": "^18.16.0",
"node-fetch": "^3.3.1",
"npm-run-all": "^4.1.5",
"@supercharge/promise-pool": "^3.1.1",
"find-root": "^1.1.0",
"@tree-sitter-grammars/tree-sitter-markdown": "0.2.3",
"@tree-sitter-grammars/tree-sitter-zig": "1.0.0",
"@tlaplus/tree-sitter-tlaplus": "^1.2.4",
"tree-sitter-c": "0.20.6",
"tree-sitter-c-sharp": "0.20.0",
"tree-sitter-cli": "^0.20.8",
"tree-sitter-cpp": "github:tree-sitter/tree-sitter-cpp#v0.20.5",
"tree-sitter-go": "github:tree-sitter/tree-sitter-go#05900fa",
"tree-sitter-java": "0.21.0",
"tree-sitter-javascript": "0.20.1",
"tree-sitter-kotlin": "^0.3.8",
"tree-sitter-lua": "^2.1.3",
"tree-sitter-python": "^0.20.2",
"tree-sitter-rust": "^0.20.4",
"tree-sitter-ruby": "^0.20.1",
"tree-sitter-scala": "^0.19.0",
"tree-sitter-swift": "^0.4.0",
"tree-sitter-toml": "0.5.1",
"tree-sitter-php": "^0.22.0",
"@derekstride/tree-sitter-sql": "0.3.8",
"tree-sitter-bash": "^0.20.5",
"tree-sitter-typescript": "github:tree-sitter/tree-sitter-typescript#v0.20.4",
"tree-sitter-zig": "github:GrayJack/tree-sitter-zig#8e970cb",
"tree-sitter-cobol": "github:unit-mesh/tree-sitter-cobol#8ba6692",
"tree-sitter-vue": "https://github.com/tree-sitter-grammars/tree-sitter-vue#7e48557b903a9db9c38cea3b7839ef7e1f36c693"
}
}