UNPKG
tree-sitter-ekon
Version:
latest (1.0.1)
1.0.1
1.0.0
EKON grammar for tree-sitter
tree-sitter-ekon
/
nodemon.json
7 lines
(6 loc)
•
133 B
JSON
View Raw
1
2
3
4
5
6
7
{
"watch"
:
[
"grammar.js"
,
"test/corpus/*.txt"
]
,
"exec"
:
"pnpm build && pnpm test"
,
"ext"
:
"js,txt"
,
"ignore"
:
[
"src/**/*"
]
}