{
  "name": "@nice-move/prettier-plugin-package-json",
  "version": "0.9.0",
  "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": "https://github.com/nice-move/prettier-plugin-package-json.git"
  },
  "bugs": {
    "url": "https://github.com/nice-move/prettier-plugin-package-json/issues"
  },
  "type": "module",
  "main": "dist/index.mjs",
  "files": [],
  "devDependencies": {
    "@bring-it/cli": "^0.9.9",
    "@bring-it/npm": "^0.5.9",
    "@nice-move/all-in-base": "^0.2.11",
    "ava": "^6.2.0",
    "best-shot": "^0.7.8",
    "eslint": "^8.57.1",
    "eslint-plugin-ava": "^14.0.0",
    "garou": "^0.8.2",
    "normalize-package-data": "^7.0.0",
    "npm-normalize-package-bin": "^4.0.0",
    "prettier": "~3.3.3",
    "prettier-package-json": "^2.8.0",
    "sort-keys": "^5.1.0",
    "typescript": "^5.6.3"
  },
  "peerDependencies": {
    "prettier": "^3.3.3"
  },
  "engines": {
    "node": ">=22.11.0 || ^20.5.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "eslintConfig": {
    "extends": "@nice-move/eslint-config-base"
  },
  "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"
  }
}