Files
Kmake/tools/clang-format/package.json
2026-05-26 23:36:42 -07:00

10 lines
193 B
JSON

{
"name": "node-core-clang-format",
"version": "1.0.0",
"description": "Formatting C++ files for Node.js core",
"license": "MIT",
"dependencies": {
"clang-format": "^1.8.0"
}
}