{
  "name": "@dreamkit/func",
  "version": "0.0.33",
  "description": "Functions builder with IoC and input validation.",
  "homepage": "https://dreamkit.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/swordev/dreamkit/tree/main/packages/func"
  },
  "license": "MIT",
  "author": "Juanra GM",
  "contributors": [
    {
      "name": "Juanra GM",
      "email": "juanrgm724@gmail.com",
      "url": "https://github.com/juanrgm"
    }
  ],
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib"
  ],
  "dependencies": {
    "@dreamkit/ioc": "0.5.3",
    "@dreamkit/kind": "0.0.8",
    "@dreamkit/schema": "0.0.25",
    "@dreamkit/utils": "0.0.10"
  },
  "devDependencies": {
    "@dreamkit/tsconfig": "0.0.2"
  }
}