UNPKG

typescript-dsa

Version:

Collection of common data structures / algorithms implemented in TypeScript

35 lines (34 loc) 751 B
{ "name": "typescript-dsa", "description": "Collection of common data structures / algorithms implemented in TypeScript", "version": "1.2.3", "devDependencies": { "@types/jest": "^29.2.4", "jest": "^29.3.1", "jsdoc": "^4.0.0", "ts-jest": "^29.0.3", "typedoc": "^0.23.24" }, "author": "harrydiv321", "dependencies": { "typescript": "^4.9.4" }, "scripts": { "test": "jest", "typedoc": "./node_modules/.bin/typedoc --entryPointStrategy expand --out docs/ ./data_structures/ ./algorithms/" }, "type": "module", "keywords": [ "typescript", "ts", "data structure", "algorithm", "dsa", "stack", "linked list", "queue", "hash map", "hash table", "tree" ] }