{ "name": "@pnpm/object.key-sorting", "version": "1000.0.1", "description": "Sorting the keys of an object", "keywords": [ "pnpm", "pnpm10" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/blob/main/object/key-sorting", "homepage": "https://github.com/pnpm/pnpm/blob/main/object/key-sorting#readme", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "!*.map" ], "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "tsc --build && pnpm run lint --fix", "start": "tsc --watch" }, "dependencies": { "@pnpm/util.lex-comparator": "catalog:", "sort-keys": "catalog:" }, "devDependencies": { "@pnpm/object.key-sorting": "workspace:*" }, "engines": { "node": ">=18.12" }, "jest": { "preset": "@pnpm/jest-config" } }