{
  "name": "@clawject/core",
  "version": "1.2.10",
  "description": "This is a core library of @clawject/di package, and it's not intended to be used directly.",
  "keywords": [
    "clawject",
    "di",
    "ioc",
    "inversion of control",
    "dependency injection"
  ],
  "license": "MIT",
  "author": "Artem Korniev artemkakornev1@gmail.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/clawject/clawject.git"
  },
  "homepage": "https://clawject.com",
  "funding": {
    "type": "buymeacoffee",
    "url": "https://buymeacoffee.com/clawject"
  },
  "dependencies": {
    "cosmiconfig": "^9.0.0",
    "cosmiconfig-typescript-loader": "^6.2.0",
    "graph-cycles": "^1.2.1",
    "graphlib": "^2.1.8",
    "jsonschema": "^1.5.0",
    "lodash": "^4.17.23",
    "semver": "^7.7.4",
    "upath": "^2.0.1",
    "winston": "^3.19.0"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.55.2",
    "@types/graphlib": "^2.1.12",
    "@types/lodash": "^4.17.23",
    "@types/node": "^20.11.30",
    "@types/semver": "^7.7.1",
    "@types/ts-expose-internals": "npm:ts-expose-internals@5.6",
    "copyfiles": "^2.4.1",
    "ts-patch": "^3.2.1",
    "tslib": "^2.7.0",
    "typescript": "6.0.2",
    "webpack": "^5.104.1"
  },
  "peerDependencies": {
    "typescript": ">=5.0 <=6.0"
  },
  "engines": {
    "node": ">=18"
  },
  "nx": {
    "includedScripts": []
  }
}