{
  "name": "@fnioc/di",
  "version": "10.1.0",
  "description": "The ioc runtime engine: DiBuilder, scopes, resolution, captive-dependency protection, factories, and native disposal.",
  "keywords": [
    "dependency-injection",
    "di",
    "ioc",
    "typescript",
    "scope",
    "container"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/fnioc/ioc.git",
    "directory": "packages/di"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "devDependencies": {
    "@rhombus-toolkit/func": "3.5.3"
  },
  "scripts": {
    "build": "moon run di:build",
    "test": "moon run di:test",
    "lint": "moon run di:lint"
  }
}