{
  "name": "thenby",
  "version": "1.4.0",
  "description": "Micro library for sorting arrays using the firstBy().thenBy().thenBy() syntax",
  "main": "thenBy.module.js",
  "module": "thenBy.esm.js",
  "types": "thenBy.module.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./thenBy.module.d.ts",
        "default": "./thenBy.esm.js"
      },
      "require": {
        "types": "./thenBy.module.d.ts",
        "default": "./thenBy.module.js"
      },
      "default": "./thenBy.module.js"
    }
  },
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/Teun/thenBy.js.git"
  },
  "keywords": [
    "sort",
    "order",
    "sorting",
    "arrays",
    "multiple"
  ],
  "files": [
    "thenBy.module.js",
    "thenBy.esm.js",
    "thenBy.module.d.ts",
    "thenBy.min.js"
  ],
  "scripts": {
    "test": "node build.mjs && node --test --test-reporter=tap tests/thenby.tests.js",
    "build": "node build.mjs"
  },
  "author": "Teun Duynstee",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Teun/thenBy.js/issues"
  },
  "homepage": "https://github.com/Teun/thenBy.js",
  "devDependencies": {
    "terser": "^5.44.0"
  },
  "dependencies": {}
}
