UNPKG

@travetto/transformer

Version:

Functionality for AST transformations, with transformer registration, and general utils

41 lines (40 loc) 867 B
{ "name": "@travetto/transformer", "version": "6.0.0", "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": "^6.0.0", "tslib": "^2.8.1", "typescript": "^5.8.3" }, "travetto": { "displayName": "Transformation", "roles": [ "compile" ] }, "publishConfig": { "access": "public" } }