@seadub/clang-format-lint
Version:
Validate and/or fix formatting of files via clang-format
42 lines (41 loc) • 944 B
JSON
{
"name": "@seadub/clang-format-lint",
"description": "Validate and/or fix formatting of files via clang-format",
"author": {
"name": "Christopher Williams",
"email": "chris.a.williams@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/sgtcoolguy/clang-format-lint.git"
},
"bugs": {
"url": "https://github.com/sgtcoolguy/clang-format-lint/issues"
},
"homepage": "https://github.com/sgtcoolguy/clang-format-lint#readme",
"keywords": [
"clang",
"clang-format",
"lint"
],
"version": "0.0.2",
"main": "index.js",
"bin": {
"clang-format-lint": "bin/clang-format-lint"
},
"scripts": {},
"license": "MIT",
"engines": {
"node": ">=8.0.0"
},
"devDependencies": {},
"optionalDependencies": {},
"dependencies": {
"commander": "^3.0.2",
"glob": "^7.1.4",
"p-limit": "^2.2.1"
},
"peerDependencies": {
"clang-format": "^1.0.0"
}
}