UNPKG

@sha1n/dagraph

Version:

Directed acyclic graph utility in TypeScript

53 lines (52 loc) 1.47 kB
{ "name": "@sha1n/dagraph", "version": "0.1.0", "type": "commonjs", "description": "Directed acyclic graph utility in TypeScript", "repository": "https://github.com/sha1n/dagraph", "author": "Shai Nagar", "license": "MIT", "types": "./dist/types/index.d.ts", "exports": [ "./dist/index.js", "./dist/types/index.d.ts" ], "keywords": [ "dag", "directed-acyclic-graph", "dependencies", "graph" ], "scripts": { "clean": "rm -rf ./dist", "build": "tsc", "test": "DEBUG='error:*' jest --coverage && run lint", "lint": "eslint --fix --ext .js,.ts .", "prepare": "npm run build" }, "devDependencies": { "@types/jest": "^27.0.2", "@types/node": "^17.0.13", "@types/uuid": "^8.3.4", "@typescript-eslint/eslint-plugin": "^5.12.1", "@typescript-eslint/parser": "^5.3.0", "eslint": "^8.13.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jest": "^26.1.4", "eslint-plugin-no-floating-promise": "^1.0.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-unused-imports": "^2.0.0", "jest": "^27.5.1", "jest-extended": "^2.0.0", "jest-html-reporters": "^3.0.6", "jest-summary-reporter": "^0.0.2", "prettier": "^2.6.2", "ts-jest": "^27.1.4", "ts-node": "^10.7.0", "typescript": "~4.0.0", "uuid": "^8.3.2" }, "packageManager": "yarn@3.2.0" }