forked from tree-sitter/tree-sitter-agda
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 821 Bytes
/
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
{
"name": "tree-sitter-agda",
"version": "1.3.1",
"description": "tree sitter for Agda",
"main": "index.js",
"scripts": {
"rebuild": "npx tree-sitter generate && npx node-gyp rebuild",
"test": "npx tree-sitter test",
"iterate": "npx tree-sitter generate && npx tree-sitter test",
"test-scanner": "npx tree-sitter generate && npx tree-sitter parse test/example.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tree-sitter/tree-sitter-agda.git"
},
"author": "LUA Ting-Gian",
"license": "MIT",
"bugs": {
"url": "https://github.com/tree-sitter/tree-sitter-agda/issues"
},
"homepage": "https://github.com/tree-sitter/tree-sitter-agda#readme",
"dependencies": {
"nan": "^2.14.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.16.9"
}
}