-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (51 loc) · 1.76 KB
/
package.json
File metadata and controls
52 lines (51 loc) · 1.76 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
{
"name": "tree-sitter-wasms-roo",
"version": "0.1.13",
"description": "Prebuilt WASM Binaries of Tree-sitter's Language Parsers for Roo Code",
"repository": "https://github.com/bobqianic/tree-sitter-wasms-roo",
"author": "Bob <>, Gregor <[email protected]>, Menci <[email protected]>",
"license": "Unlicense",
"scripts": {
"build": "ts-node build.ts",
"patch-modules": "ts-node patch.ts"
},
"devDependencies": {
"@supercharge/promise-pool": "^3.2.0",
"@types/find-root": "^1.1.4",
"@types/node": "^22.13.4",
"find-root": "^1.1.0",
"ts-node": "^10.9.2",
"typescript": "5.7.3",
"tree-sitter-cli": "0.24.7",
"tree-sitter": "0.21.1",
"tree-sitter-c": "0.23.2",
"tree-sitter-c-sharp": "0.23.1",
"tree-sitter-cpp": "0.23.4",
"tree-sitter-go": "0.23.4",
"tree-sitter-java": "0.23.5",
"tree-sitter-julia": "0.23.1",
"tree-sitter-javascript": "0.23.1",
"tree-sitter-kotlin": "github:fwcd/tree-sitter-kotlin#c4ddea359a7ff4d92360b2efcd6cfce5dc25afe6",
"tree-sitter-lua": "github:tree-sitter-grammars/tree-sitter-lua#1197e88fb53fe7a3a5d7b95ba02b225cacb763cb",
"tree-sitter-php": "0.23.11",
"tree-sitter-python": "0.23.4",
"tree-sitter-ruby": "0.23.1",
"tree-sitter-rust": "0.23.1",
"tree-sitter-swift": "github:alex-pinkus/tree-sitter-swift#f4be8072f18fb9704fd35d4b8154ae2b19e314c0",
"tree-sitter-typescript": "0.23.2"
},
"patch": {
"addTreeSitterJSON": ["tree-sitter-kotlin", "tree-sitter-lua", "tree-sitter-swift"],
"addTreeSitterSrc": {
"swift-parser": "tree-sitter-swift/src"
}
},
"files": [
"/out"
],
"packageManager": "[email protected]",
"pnpm": {
"onlyBuiltDependencies": ["tree-sitter-cli", "tree-sitter"]
},
"main": "bindings/node"
}