{
  "name": "@fnioc/transformer",
  "version": "10.1.0",
  "description": "The ioc ts-patch transformer: token generation, dependency extraction, registration lowering, and the factory-signature diagnostic.",
  "keywords": [
    "dependency-injection",
    "di",
    "ioc",
    "typescript",
    "ts-patch",
    "transformer",
    "compiler"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/fnioc/ioc.git",
    "directory": "packages/transformer"
  },
  "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"
  ],
  "dependencies": {
    "@rhombus-toolkit/func": "3.5.3"
  },
  "peerDependencies": {
    "typescript": ">=5.2",
    "@fnioc/di": "^10.1.0"
  },
  "devDependencies": {
    "ts-patch": "^3.3.0",
    "@fnioc/di": "10.1.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "moon run transformer:build",
    "test": "moon run transformer:test",
    "lint": "moon run transformer:lint"
  }
}