UNPKG

@wyfy/linked-list

Version:

A package that helps you create a simple linked list

43 lines (42 loc) 1.05 kB
{ "name": "@wyfy/linked-list", "version": "1.0.2", "description": "A package that helps you create a simple linked list", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/index.d.ts", "dist/index.js" ], "keywords": [ "Data-Structure", "Linked-List" ], "scripts": { "test": "jest --forceExit --coverage --verbose false", "watch-test": "npm run test -- --watchAll", "build": "tsc -p ./src", "start": "npm run build -- -w" }, "repository": { "type": "git", "url": "git+https://github.com/Wyfy0107/npm-package.git" }, "author": "Duy Nguyen", "license": "ISC", "bugs": { "url": "https://github.com/Wyfy0107/npm-package/issues" }, "homepage": "https://github.com/Wyfy0107/npm-package#readme", "dependencies": { "@microsoft/tsdoc": "^0.12.21", "@types/jest": "^26.0.15", "@wyfy/linked-list": "file:", "@wyfy/npm-package": "file:", "typescript": "^4.0.5" }, "devDependencies": { "jest": "^26.6.3", "ts-jest": "^26.4.4" } }