UNPKG

@marko/translator-interop-class-tags

Version:

Combines the Class API translator from Marko 5 and the Tags API translator from Marko 6

44 lines (43 loc) 1.08 kB
{ "name": "@marko/translator-interop-class-tags", "version": "0.2.33", "description": "Combines the Class API translator from Marko 5 and the Tags API translator from Marko 6", "keywords": [ "babel", "tags", "htmljs", "marko", "parse", "parser", "plugin" ], "homepage": "https://github.com/marko-js/marko/blob/main/packages/translator-interop/README.md", "bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md", "repository": { "type": "git", "url": "git+https://github.com/marko-js/marko.git", "directory": "packages/translator-interop" }, "license": "MIT", "main": "dist/index.js", "files": [ "dist", "!**/__tests__", "!**/*.tsbuildinfo" ], "scripts": { "build": "node -r ~ts ./scripts/bundle.ts" }, "dependencies": { "@babel/code-frame": "^7.27.1", "@marko/runtime-tags": "^6.0.37", "marko": "^5.37.41" }, "peerDependencies": { "@marko/compiler": "^5.23.0" }, "engines": { "node": "18 || 20 || >=22" }, "main:override": "src/index.ts" }