{
  "name": "@nice-move/prettier-plugin-package-json",
  "version": "0.9.2",
  "description": "A `prettier` plugin to make `package.json` prettier",
  "license": "MIT",
  "author": {
    "name": "Eric Chen",
    "email": "airkro@qq.com"
  },
  "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.10.0",
    "@bring-it/npm": "^0.6.0",
    "@nice-move/all-in-base": "^0.4.23",
    "ava": "^6.2.0",
    "best-shot": "^0.9.12",
    "eslint": "^9.25.1",
    "eslint-plugin-ava": "^15.0.1",
    "garou": "^0.9.5",
    "normalize-package-data": "^7.0.0",
    "npm-normalize-package-bin": "^4.0.0",
    "prettier": "~3.5.3",
    "prettier-package-json": "^2.8.0",
    "sort-keys": "^5.1.0",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "prettier": "^3.5.3"
  },
  "engines": {
    "node": ">=22.11.0 || ^20.5.0",
    "pnpm": ">=10.10.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "nice-move": {
    "bundle": [
      "src/**"
    ]
  },
  "prettier": "@nice-move/prettier-config",
  "scripts": {
    "build": "best-shot prod",
    "lint:staged": "nice-move lint staged",
    "snapshot": "ava --fail-fast -u",
    "pretest": "pnpm run build",
    "test": "ava --fail-fast"
  }
}