tree-sitter-yaml/schema/json/package.json
2024-04-10 00:04:28 -04:00

8 lines
142 B
JSON

{
"private": true,
"scripts": {
"build": "tree-sitter generate --no-bindings",
"postbuild": "node ../update-schema.js json"
}
}