-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
52 lines (52 loc) · 1.47 KB
/
package.json
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-legesher-python",
"version": "0.19.3",
"details": {
"tree-sitter-python-version": "0.19.0",
"latest-commit": "9b84b7fd9da1aa74c8a8afae58b7dcc4c109cda4"
},
"description": "Legesher's python grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
"parser",
"lexer",
"tree-sitter",
"legesher"
],
"author": "Madison Edgar <[email protected]> https://withmadi.co",
"license": "MIT",
"dependencies": {
"nan": "^2.14.2"
},
"devDependencies": {
"@unibeautify/beautifier-eslint": "^0.6.0",
"@unibeautify/beautifier-js-beautify": "^0.4.0",
"@unibeautify/beautifier-prettier": "^0.9.0",
"@unibeautify/beautifier-prettydiff": "^0.6.0",
"@unibeautify/cli": "^0.5.1",
"all-contributors-cli": "^6.19.0",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.21.5",
"js-beautify": "^1.13.0",
"prettier": "^1.18.2",
"prettydiff2": "^2.2.8",
"tree-sitter-cli": "^0.19.3",
"unibeautify-cli": "^0.2.1"
},
"scripts": {
"build": "tree-sitter generate && node-gyp build",
"test": "tree-sitter test && script/parse-examples",
"test-windows": "tree-sitter test",
"semantic-release": "semantic-release"
},
"repository": "https://github.com/legesher/tree-sitter-legesher-python",
"bugs": "https://github.com/legesher/tree-sitter-legesher-python/issues",
"tree-sitter": [
{
"scope": "source.python.legesher",
"file-types": [
"py"
]
}
]
}