@sha1n/dagraph
Version:
Directed acyclic graph utility in TypeScript
65 lines (64 loc) • 1.64 kB
JSON
{
"name": "@sha1n/dagraph",
"version": "0.3.2",
"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 && pnpm lint",
"lint": "eslint --fix .",
"prepare": "pnpm run build"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/jest": "^29.5.14",
"@types/node": "^24.12.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^8.57.1",
"@typescript-eslint/parser": "^8.57.1",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jest": "^29.15.0",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^17.4.0",
"jest": "^29.7.0",
"jest-extended": "^2.0.0",
"jest-html-reporters": "^3.1.7",
"jest-summary-reporter": "^0.0.2",
"prettier": "^3.8.1",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"typescript-eslint": "^8.57.1",
"uuid": "^9.0.1"
},
"packageManager": "pnpm@10.28.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">= 24"
},
"resolutions": {
"handlebars": "^4.7.9",
"json5": "^2.2.3",
"socks": "^2.8.3",
"js-yaml": "^4.1.1"
}
}