Files
Kmake/tools/clang-format/package.json

10 lines
193 B
JSON
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
{
"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"
}
}