UNPKG

prettier-plugin-pkg

Version:

An opinionated package.json formatter plugin for Prettier

39 lines 943 B
{ "name": "prettier-plugin-pkg", "version": "0.17.1", "type": "module", "description": "An opinionated package.json formatter plugin for Prettier", "repository": "git@github.com/un-ts/prettier.git", "homepage": "https://github.com/un-ts/prettier/tree/master/packages/pkg", "author": "JounQin (https://www.1stG.me) <admin@1stg.me>", "funding": "https://opencollective.com/unts", "license": "MPL-2.0", "engines": { "node": "^12.20.0 || ^14.18.0 || >=16.0.0" }, "main": "./lib/index.cjs", "module": "./lib/index.js", "exports": { "types": "./lib/index.d.ts", "import": "./lib/index.js", "require": "./lib/index.cjs" }, "types": "./lib/index.d.ts", "files": [ "lib" ], "keywords": [ "package", "package.json", "pkg", "plugin", "prettier", "prettier-plugin" ], "peerDependencies": { "prettier": "^2.0.0" }, "publishConfig": { "access": "public" } }