@softnami/quicksort
Version:
Quicksort algorithm in typescript.
28 lines (27 loc) • 638 B
JSON
{
"name": "@softnami/quicksort",
"version": "1.0.16",
"description": "Quicksort algorithm in typescript.",
"main": "Quicksort.ts",
"types": "lib/Quicksort.d.ts",
"scripts": {
"postinstall": "node postinstall.js",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/buildtide/Quicksort"
},
"keywords": [
"quicksort",
"algorithms",
"sorting",
"typescriptalgorithms"
],
"author": "Hussain Mir Ali",
"license": "MIT",
"devDependencies": {
"typescript": "^5.0.2"
}
}