{
  "name": "sort-by-chain",
  "version": "0.0.9",
  "description": "Provides a way to sorting by key or multiple keys with specific order type",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest --config jestconfig.json",
    "prepublishOnly": "yarn test",
    "preversion": "yarn test"
  },
  "keywords": [
    "sorting",
    "chain",
    "sort",
    "sort by key"
  ],
  "author": "Szymon Koper <sz.koper@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/szymonkoper/sort-by-chain"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^24.0.13",
    "jest": "^24.8.0",
    "ts-jest": "^24.0.2",
    "typescript": "^3.4.5"
  },
  "files": [
    "lib/**/*"
  ]
}
