3 "description": "\"dotfiles\" and system configuration",
7 "repository": "https://github.com/wincent/wincent.git",
8 "author": "Greg Hurrell <greg@hurrell.net>",
9 "license": "Unlicense",
11 "ci": "yarn format:check",
12 "format:check": "npx prettier --check \"**/*.{js,json,md,ts}\" \"*.{md,ts}\"",
13 "format": "npx prettier --write \"**/*.{js,json,md,ts}\" \"*.{md,ts}\""