{
  "name": "sort-package-json3",
  "version": "3.0.11",
  "description": "Enhanced sort-package-json with scripts and exports sorting / 增強版 sort-package-json，支援 scripts 和 exports 排序",
  "keywords": [
    "npm",
    "package-json",
    "sort",
    "sort-json",
    "sort-package-json",
    "scripts",
    "exports",
    "lifecycle"
  ],
  "homepage": "https://github.com/bluelovers/ws-yarn-workspaces/tree/master/packages/sort-package-json3#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/ws-yarn-workspaces/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git",
    "directory": "packages/sort-package-json3"
  },
  "license": "ISC",
  "author": "bluelovers",
  "main": "index.js",
  "scripts": {
    "coverage": "npx nyc yarn run test",
    "lint": "npx eslint **/*.ts",
    "test": "jest --passWithNoTests",
    "test:jest": "jest --passWithNoTests",
    "test:jest:coverage": "yarn run test:jest -- --coverage",
    "test:jest:snapshot": "yarn run test:jest -- -u",
    "test:mocha": "npx mocha --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
    "test:snapshot": "yarn run test -- -u",
    "test:tsd": "ynpx tsd",
    "npm:publish": "npm publish",
    "preversion": "yarn run test",
    "prepublish:lockfile": "npx sync-lockfile .",
    "prepublishOnly_": "yarn run ncu && yarn run sort-package-json && yarn run test",
    "postpublish_": "git commit -m \"chore(release): publish\" .",
    "ncu": "npx yarn-tool ncu -u",
    "sort-package-json": "npx yarn-tool sort",
    "tsc:default": "tsc -p tsconfig.json",
    "tsc:esm": "tsc -p tsconfig.esm.json",
    "tsc:showConfig": "ynpx get-current-tsconfig -p"
  },
  "dependencies": {
    "@ts-type/package-dts": "^3.0.9",
    "@yarn-tool/sort-package-json-exports": "^1.0.7",
    "@yarn-tool/sort-package-json-order": "^2.0.5",
    "is-plain-obj": "<4 >=3",
    "sort-package-json": "<2 >=1.57.0",
    "sort-package-json-scripts": "^1.1.33",
    "tslib": ">=2.8.1"
  },
  "peerDependencies": {
    "sort-package-json": "<2 >=1.57.0"
  },
  "gitHead": "8c939a673ef0f088d4a3aa8a240ed6c28d390f98"
}
