UNPKG

prettier-plugin-pkg

Version:

An opinionated package.json formatter plugin for Prettier

46 lines (45 loc) 1.04 kB
{ "name": "prettier-plugin-pkg", "version": "0.21.2", "type": "module", "description": "An opinionated package.json formatter plugin for Prettier", "repository": "git+https://github.com/un-ts/prettier.git", "homepage": "https://github.com/un-ts/prettier/tree/master/packages/pkg", "author": "JounQin <admin@1stg.me> (https://www.1stG.me)", "funding": "https://opencollective.com/unts", "license": "MPL-2.0", "engines": { "node": "^14.18.0 || >=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": [ "package", "package.json", "pkg", "plugin", "prettier", "prettier-plugin" ], "peerDependencies": { "prettier": "^3.0.3" }, "publishConfig": { "access": "public" } }