linked-list-generic
Version:
likedlist data structure.
30 lines (29 loc) • 756 B
JSON
{
"name": "linked-list-generic",
"version": "1.2.1",
"description": "likedlist data structure.",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup src/index.ts --format esm,cjs --dts --clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vikasrathod4299/linked-list-generic.git"
},
"keywords": [
"Linked-list",
"Data-structure",
"Generic",
"Typescript"
],
"author": "vikas rathod",
"license": "MIT",
"bugs": {
"url": "https://github.com/vikasrathod4299/linked-list-generic/issues"
},
"homepage": "https://github.com/vikasrathod4299/linked-list-generic#readme",
"devDependencies": {
"tsup": "^6.6.3"
}
}