UNPKG

prettier-plugin-sh

Version:

An opinionated `shellscript` formatter plugin for Prettier, also support simple format of `Dockerfile`, `properties`, `gitignore`, `dotenv`, `hosts`, `jvmoptions`...

52 lines 1.26 kB
{ "name": "prettier-plugin-sh", "version": "0.18.0", "type": "module", "description": "An opinionated `shellscript` formatter plugin for Prettier, also support simple format of `Dockerfile`, `properties`, `gitignore`, `dotenv`, `hosts`, `jvmoptions`...", "repository": "git+https://github.com/un-ts/prettier.git", "homepage": "https://github.com/un-ts/prettier/tree/master/packages/sh", "author": "JounQin <admin@1stg.me> (https://www.1stG.me)", "funding": "https://opencollective.com/unts", "license": "MIT", "engines": { "node": ">=16.0.0" }, "main": "./lib/index.cjs", "types": "./index.d.cts", "module": "./lib/index.js", "exports": { "import": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "require": { "types": "./index.d.cts", "default": "./lib/index.cjs" } }, "files": [ "index.d.cts", "lib" ], "keywords": [ "dockerfile", "ini", "properties", "sh", "shell", "shellscript", "plugin", "prettier", "prettier-plugin" ], "peerDependencies": { "prettier": "^3.6.0" }, "dependencies": { "@reteps/dockerfmt": "^0.3.6", "sh-syntax": "^0.5.8" }, "publishConfig": { "access": "public" } }