8 lines
142 B
JSON
8 lines
142 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tree-sitter generate --no-bindings",
|
|
"postbuild": "node ../update-schema.js json"
|
|
}
|
|
}
|