marko/packages/compiler/package.json
github-actions[bot] ce2cb382fd [ci] release
2023-06-30 13:01:53 -07:00

67 lines
1.7 KiB
JSON

{
"name": "@marko/compiler",
"description": "Marko template to JS compiler.",
"version": "5.30.2",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
"@babel/code-frame": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/generator": "^7.16.0",
"@babel/parser": "^7.16.0",
"@babel/plugin-syntax-typescript": "^7.16.0",
"@babel/plugin-transform-modules-commonjs": "^7.16.0",
"@babel/plugin-transform-typescript": "^7.16.0",
"@babel/runtime": "^7.16.0",
"@babel/traverse": "^7.16.0",
"@babel/types": "^7.16.0",
"@marko/babel-utils": "^6.1.0",
"complain": "^1.6.0",
"he": "^1.2.0",
"htmljs-parser": "^5.4.3",
"jsesc": "^3.0.2",
"kleur": "^4.1.5",
"lasso-package-root": "^1.0.1",
"raptor-regexp": "^1.0.1",
"raptor-util": "^3.2.0",
"resolve-from": "^5.0.0",
"self-closing-tags": "^1.0.1",
"strip-ansi": "^6.0.0",
"strip-json-comments": "^3.1.1"
},
"devDependencies": {
"@marko/translator-default": "^5.28.2"
},
"files": [
"dist",
"config.js",
"config.d.ts",
"modules.js",
"index.d.ts",
"babel-types.d.ts",
"register.js",
"register.d.ts"
],
"homepage": "https://github.com/marko-js/marko/blob/main/packages/marko/docs/compiler.md",
"keywords": [
"babel",
"htmljs",
"marko",
"parse",
"parser",
"plugin"
],
"license": "MIT",
"main": "src/index.js",
"main:dev": "src/index.js",
"main:npm": "dist/index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/marko-js/marko/tree/master/packages/compiler"
},
"types": "index.d.ts"
}