UNPKG

clang-format-node

Version:

Node wrapper for clang-format native binary inspired by angular/clang-format.🐉

59 lines (58 loc) 1.4 kB
{ "name": "clang-format-node", "version": "2.0.5", "description": "Node wrapper for clang-format native binary inspired by angular/clang-format.🐉", "main": "build/index.js", "files": [ "bin", "build", "chmod.js", "LICENSE.md", "README.md" ], "bin": { "clang-format": "build/cli.js", "clang-format-node": "build/cli.js" }, "keywords": [ "clang-format", "clang", "cli", "format", "formatter", "lint", "linter", "cpplint", "eslint", "prettier", "checker", "c", "cpp", "c++" ], "author": "루밀LuMir <rpfos@naver.com> (https://github.com/lumirlumir)", "license": "MIT", "homepage": "https://clang-format-node.lumir.page", "repository": { "type": "github", "url": "git+https://github.com/lumirlumir/npm-clang-format-node.git", "directory": "packages/clang-format-node" }, "bugs": { "url": "https://github.com/lumirlumir/npm-clang-format-node/issues" }, "engines": { "node": ">=16" }, "publishConfig": { "provenance": true }, "scripts": { "postinstall": "node chmod.js || exit 0", "prepublishOnly": "npm run build", "build": "npx babel src -d build && npx tsc && node ../../scripts/cp.mjs ../../LICENSE.md LICENSE.md ../../README.md README.md", "test": "node --test", "dev": "node src/cli.js", "start": "node build/cli.js" } }