@capsulescodes/flint
Version:
Auto-format utility for local and remote ease of development
51 lines (50 loc) • 873 B
JSON
{
"name" : "@capsulescodes/flint",
"description" : "Auto-format utility for local and remote ease of development",
"version" : "0.1.5",
"keywords" : [
"format",
"lint",
"fix",
"local",
"remote",
"git",
"hooks",
"pre-checkout",
"post-checkout",
"pre-commit",
"post-commit",
"pre-pull",
"post-pull",
"pre-push",
"post-push"
],
"homepage" : "https://github.com/capsulescodes/flint",
"repository" : {
"type" : "git",
"url" : "git+https://github.com/capsulescodes/flint.git"
},
"license" : "MIT",
"author" : {
"name" : "Yannick Decat",
"email" : "yannick@capsules.codes",
"url" : "https://capsules.codes/"
},
"files" : [
"!*",
"bin",
"dist",
"hooks",
"src",
"stubs",
"LICENSE.md",
"README.md"
],
"scripts" : {
"test" : "bash tests/runner.sh"
},
"bin" : {
"flint" : "bin/flint"
},
"type" : "module"
}