UNPKG

clang-format-git-python

Version:

Node wrapper for git-clang-format Python script. This package requires Python3 as a dependency.🐉

66 lines (65 loc) 1.71 kB
{ "name": "clang-format-git-python", "version": "1.3.3", "description": "Node wrapper for git-clang-format Python script. This package requires Python3 as a dependency.🐉", "main": "build/index.js", "files": [ "build", "LICENSE.md", "README.md" ], "bin": { "git-clang-format": "build/cli.js", "clang-format-git-python": "build/cli.js" }, "keywords": [ "clang-format", "clang", "cli", "format", "formatter", "lint", "linter", "cpplint", "eslint", "prettier", "checker", "c", "cpp", "c++", "git", "python" ], "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-git-python" }, "bugs": { "url": "https://github.com/lumirlumir/npm-clang-format-node/issues" }, "engines": { "node": ">=16" }, "publishConfig": { "provenance": true }, "scripts": { "postinstall": "shx test -d src && npm run build || npm run chmod", "prepublishOnly": "npm run build", "build": "npx babel src -d build && npx tsc && shx cp -r src/script build && shx cp ../../LICENSE.md ../../README.md .", "postbuild": "npm run chmod", "test": "node --test", "chmod": "shx chmod 755 ./src/script/**/* ./build/script/**/* || exit 0", "dev": "node src/cli.js", "start": "node build/cli.js" }, "dependencies": { "clang-format-node": "^1.3.3", "shx": "^0.4.0" }, "gitHead": "9535f44511b1cd90e47d4d51923bbf689dbc2c90" }