tree-sitter-yaml/schema/json/package.json

8 lines
142 B
JSON
Raw Normal View History

2024-03-31 15:09:29 -04:00
{
"private": true,
"scripts": {
"build": "tree-sitter generate --no-bindings",
"postbuild": "node ../update-schema.js json"
}
}