UNPKG

1.06 kBJSONView Raw
1{
2 "name": "prettier-plugin-sh",
3 "version": "0.12.1",
4 "type": "module",
5 "description": "An opinionated `shellscript、Dockerfile、properties、gitignore、dotenv、hosts、jvmoptions...` formatter plugin for Prettier",
6 "repository": "git@github.com/rx-ts/prettier.git",
7 "homepage": "https://github.com/rx-ts/prettier/blob/master/packages/sh",
8 "author": "JounQin <admin@1stg.me>",
9 "license": "MIT",
10 "engines": {
11 "node": "^12.20 || ^14.18.0 || >=16.0.0"
12 },
13 "main": "./lib/index.cjs",
14 "module": "./lib/index.js",
15 "exports": {
16 "types": "./lib/index.d.ts",
17 "import": "./lib/index.js",
18 "require": "./lib/index.cjs"
19 },
20 "types": "./lib/index.d.ts",
21 "files": [
22 "lib"
23 ],
24 "keywords": [
25 "dockerfile",
26 "ini",
27 "properties",
28 "sh",
29 "shell",
30 "shellscript",
31 "plugin",
32 "prettier",
33 "prettier-plugin"
34 ],
35 "peerDependencies": {
36 "prettier": "^2.0.0"
37 },
38 "dependencies": {
39 "sh-syntax": "^0.3.2",
40 "synckit": "^0.7.1"
41 },
42 "publishConfig": {
43 "access": "public"
44 }
45}