@namhong2001/binary-search
Version:
very simple number based binary search
32 lines (31 loc) • 738 B
JSON
{
"name": "@namhong2001/binary-search",
"version": "1.0.1",
"description": "very simple number based binary search",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/namhong2001/binary-search.git"
},
"keywords": [
"binary-search",
"bsearch",
"binary",
"search"
],
"author": "namhong2001",
"license": "MIT",
"bugs": {
"url": "https://github.com/namhong2001/binary-search/issues"
},
"homepage": "https://github.com/namhong2001/binary-search",
"devDependencies": {
"typescript": "^4.9.4"
}
}