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

8 lines
142 B
JSON
Raw Permalink Normal View History

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