UNPKG

@nice-move/prettier-plugin-package-json

Version:
73 lines 1.77 kB
{ "name": "@nice-move/prettier-plugin-package-json", "version": "0.9.5", "description": "A `prettier` plugin to make `package.json` prettier", "license": "MIT", "author": { "name": "Eric Chen" }, "keywords": [ "nice-move", "npm", "package", "package.json", "pkg", "plugin", "prettier", "prettier-plugin", "readme", "sort" ], "homepage": "https://github.com/nice-move/prettier-plugin-package-json", "repository": { "type": "git", "url": "git+https://github.com/nice-move/prettier-plugin-package-json.git" }, "bugs": { "url": "https://github.com/nice-move/prettier-plugin-package-json/issues" }, "main": "dist/index.mjs", "files": [], "type": "module", "devDependencies": { "@bring-it/cli": "^0.11.3", "@bring-it/npm": "^0.9.6", "@nice-move/all-in-base": "^0.8.8", "ava": "^8.0.1", "best-shot": "^0.11.0", "eslint": "^9.39.4", "eslint-plugin-ava": "^17.0.1", "garou": "^0.9.21", "normalize-package-data": "^9.0.0", "npm-normalize-package-bin": "^6.0.0", "prettier": "^3.9.4", "prettier-package-json": "^2.8.0", "sort-keys": "^6.0.1", "typescript": "^6.0.3" }, "peerDependencies": { "prettier": "^3.8.5" }, "engines": { "node": ">=22.11.0 || ^20.5.0", "pnpm": ">=10.34.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "nice-move": { "bundle": [ "src/**" ] }, "prettier": "@nice-move/prettier-config", "scripts": { "build": "best-shot prod", "fmt:prettier": "prettier -w .", "lint:staged": "nice-move lint staged", "snapshot": "ava --fail-fast -u", "pretest": "pnpm run build", "test": "ava --fail-fast" } }