{
  "name": "match-sort",
  "version": "1.0.5",
  "description": "Customisable string match sorting features",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "genereate-docs": "typedoc --out docs src/index.ts",
    "lint": "tslint -p tsconfig.json",
    "lint:fix": "tslint -p tsconfig.json --fix",
    "test": "jest --config jestconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TomasEng/match-sort.git"
  },
  "keywords": [
    "match",
    "sort",
    "string",
    "search"
  ],
  "author": "Tomas Engebretsen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TomasEng/match-sort/issues"
  },
  "homepage": "https://github.com/TomasEng/match-sort#readme",
  "devDependencies": {
    "@types/jest": "^29.5.5",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "ts-loader": "^9.5.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.3.2"
  }
}
