-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathpackage-json-old-tree-sitter.json
More file actions
36 lines (36 loc) · 972 Bytes
/
package-json-old-tree-sitter.json
File metadata and controls
36 lines (36 loc) · 972 Bytes
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
{
"name": "tree-sitter-swift",
"version": "0.0.0-old-tree-sitter",
"description": "A tree-sitter grammar for the Swift programming language.",
"main": "bindings/node/index.js",
"scripts": {
"install": "node scripts/wait-for-tree-sitter.js && tree-sitter generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alex-pinkus/tree-sitter-swift.git"
},
"tree-sitter": [
{
"scope": "source.swift",
"file-types": ["swift"],
"injection-regex": "swift"
}
],
"keywords": ["parser", "swift"],
"author": "Alex Pinkus <alex.pinkus@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/alex-pinkus/tree-sitter-swift/issues"
},
"homepage": "https://github.com/alex-pinkus/tree-sitter-swift#readme",
"dependencies": {
"nan": "^2.15.0",
"tree-sitter-cli": "=0.19.0",
"which": "2.0.2"
},
"devDependencies": {
"node-gyp": "^8.4.1",
"prettier": "2.3.2"
}
}