sorting-lib
Version:
A library that makes sorting easier by introducing `Comparator`
30 lines (29 loc) • 584 B
JSON
{
"name": "sorting-lib",
"version": "1.1.1",
"description": "A library that makes sorting easier by introducing `Comparator`",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "tsc",
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"keywords": [
"typescript",
"sorting",
"comparator",
"comparing"
],
"author": "Louis Boucquet",
"license": "ISC",
"dependencies": {
},
"devDependencies": {
"@types/jest": "^28.1.7",
"jest": "^28.1.3",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"typescript": "^4.6.3"
}
}