{
  "name": "@sha1n/fungus",
  "version": "0.1.1",
  "type": "commonjs",
  "description": "A dependency based service graph controller library",
  "repository": "https://github.com/sha1n/fungus",
  "author": "Shai Nagar",
  "license": "MIT",
  "types": "./dist/types/index.d.ts",
  "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 --ext .js,.ts .",
    "test": "run jest && run lint",
    "docker-demo": "DEMO='1' DEBUG='*' yarn run ts-node ./examples/docker",
    "simple-demo": "DEMO='1' DEBUG='*' yarn run ts-node ./examples/in-memory",
    "prepare": "yarn run build"
  },
  "dependencies": {
    "@sha1n/dagraph": "^0.0.5",
    "@types/debug": "^4.1.7",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@sha1n/about-time": "^0.0.13",
    "@types/jest": "^27.0.2",
    "@types/node": "^17.0.13",
    "@types/uuid": "^8.3.4",
    "@types/wtfnode": "^0.7.0",
    "@typescript-eslint/eslint-plugin": "^5.3.0",
    "@typescript-eslint/parser": "^5.3.0",
    "colors": "^1.4.0",
    "eslint": "^8.31.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^27.2.1",
    "eslint-plugin-no-floating-promise": "^1.0.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-unused-imports": "^2.0.0",
    "jest": "^29.3.1",
    "jest-extended": "^3.2.2",
    "jest-html-reporters": "^3.0.11",
    "jest-summary-reporter": "^0.0.2",
    "prettier": "^2.8.1",
    "ts-jest": "^29.0.3",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.4"
  },
  "packageManager": "yarn@3.2.0"
}
