logan-sorting-algorithms-ts
Version:
Sorting Algorithms with Explanation Using Typescript
38 lines (37 loc) • 859 B
JSON
{
"name": "logan-sorting-algorithms-ts",
"version": "1.0.5",
"description": "Sorting Algorithms with Explanation Using Typescript",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"files": [
"lib /**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Logan-0/Logan-Sorting-Algorithms-Ts.git"
},
"keywords": [
"Sorting",
"Merge",
"Bubble",
"Selection",
"Concept",
"Examples",
"TypeScript",
"Ts"
],
"author": "Logan Carpenter",
"license": "ISC",
"bugs": {
"url": "https://github.com/Logan-0/Logan-Sorting-Algorithms-Ts/issues"
},
"homepage": "https://github.com/Logan-0/Logan-Sorting-Algorithms-Ts#readme",
"devDependencies": {
"typescript": "^4.8.4"
}
}