{
  "name": "@sha1n/fungus",
  "version": "0.2.6",
  "type": "commonjs",
  "description": "A dependency based service graph controller library",
  "repository": "https://github.com/sha1n/fungus",
  "author": "Shai Nagar",
  "license": "MIT",
  "engines": {
    "node": ">=24"
  },
  "types": "./dist/types/index.d.ts",
  "files": [
    "dist",
    "index.js",
    "README.md",
    "LICENSE"
  ],
  "exports": [
    "./dist/index.js",
    "./dist/types/index.d.ts"
  ],
  "main": "./dist",
  "keywords": [
    "service",
    "controller",
    "dependencies",
    "dag",
    "directed-acyclic-graph",
    "graph"
  ],
  "scripts": {
    "clean": "rm -rf ./dist",
    "build": "tsc",
    "jest": "jest --coverage",
    "lint": "eslint --fix .",
    "test": "pnpm jest && pnpm lint",
    "docker-demo": "DEMO='1' DEBUG='*' pnpm run ts-node ./examples/docker",
    "simple-demo": "DEMO='1' DEBUG='*' pnpm run ts-node ./examples/in-memory",
    "prepare": "pnpm run build",
    "release": "pnpm test && pnpm build && pnpm publish --no-git-checks",
    "postversion": "git push --follow-tags"
  },
  "dependencies": {
    "@sha1n/dagraph": "^0.3.1",
    "@types/debug": "^4.1.12",
    "uuid": "^13.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@sha1n/about-time": "^0.2.1",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.2.3",
    "@types/uuid": "^11.0.0",
    "@types/wtfnode": "^0.10.0",
    "@typescript-eslint/eslint-plugin": "^8.55.0",
    "@typescript-eslint/parser": "^8.55.0",
    "colors": "^1.4.0",
    "eslint": "^10.0.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jest": "^29.13.0",
    "eslint-plugin-no-floating-promise": "^2.0.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-unused-imports": "^4.4.1",
    "globals": "^17.3.0",
    "jest": "^30.2.0",
    "jest-extended": "^7.0.0",
    "jest-html-reporters": "^3.1.7",
    "jest-summary-reporter": "^0.0.2",
    "prettier": "^3.8.1",
    "remove": "^0.1.5",
    "ts-jest": "^29.4.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.55.0",
    "yarn": "^1.22.22"
  },
  "resolutions": {
    "handlebars": "^4.7.9"
  },
  "packageManager": "pnpm@10.28.0"
}
