{
  "name": "@romanhavryliv/deep-sorting",
  "version": "1.1.1",
  "description": "Sorting function for arrays of objects.",
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/index.min.js",
  "types": "./dist/index.d.ts",
  "files": ["dist/*"],
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "build" : "tsc && esbuild dist/index.js --minify --outfile=dist/index.min.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/romanhavr/deep-sort.git"
  },
  "keywords": [
    "sort",
    "sorting",
    "deep",
    "object"
  ],
  "author": "romanhavr",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/romanhavr/deep-sort/issues"
  },
  "homepage": "https://github.com/romanhavr/deep-sort#readme",
  "devDependencies": {
    "@types/jest": "^29.4.0",
    "jest": "^29.4.2",
    "jest-cli": "^29.4.2",
    "ts-jest": "^29.0.5",
    "typescript": "^4.9.5"
  }
}
