{
  "name": "@travetto/transformer",
  "version": "7.1.3",
  "type": "module",
  "description": "Functionality for AST transformations, with transformer registration, and general utils",
  "keywords": [
    "typescript",
    "ast-transformations",
    "travetto"
  ],
  "homepage": "https://travetto.io",
  "license": "MIT",
  "author": {
    "email": "travetto.framework@gmail.com",
    "name": "Travetto Framework"
  },
  "files": [
    "__index__.ts",
    "src",
    "support"
  ],
  "main": "__index__.ts",
  "repository": {
    "url": "git+https://github.com/travetto/travetto.git",
    "directory": "module/transformer"
  },
  "dependencies": {
    "@travetto/manifest": "^7.1.3",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3"
  },
  "travetto": {
    "displayName": "Transformation",
    "roles": [
      "compile"
    ]
  },
  "publishConfig": {
    "access": "public"
  }
}
