@m3rashid/dsa-js
Version:
A data-structures and algorithms library for node and browser written in typescript. Inspired from C++ standard library
37 lines • 884 B
JSON
{
"name": "@m3rashid/dsa-js",
"version": "1.0.3",
"description": "A data-structures and algorithms library for node and browser written in typescript. Inspired from C++ standard library",
"main": "index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m3rashid/dsa-js.git"
},
"author": "MD Rashid Hussain <m3rashid.hussain@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/m3rashid/dsa-js/issues"
},
"homepage": "https://m3rashid.github.io/dsa-js",
"scripts": {},
"dependencies": {},
"peerDependencies": {},
"devDependencies": {},
"lint-staged": {},
"keywords": [
"data",
"structures",
"algorithms",
"js",
"javascript",
"dsa",
"algo",
"ts",
"typescript"
]
}