marko/packages/babel-types/package.json
Michael Rawlings 02670c8693
feat: import compiler from marko-js/x
Co-authored-by: Michael Rawlings <mirawlings@ebay.com>
Co-authored-by: Dylan Piercey <dpiercey@ebay.com>
Co-authored-by: Andrew Gliga <agliga@ebay.com>
2020-02-24 21:15:05 -08:00

40 lines
958 B
JSON

{
"name": "@marko/babel-types",
"description": "Extend babels built in AST with Marko nodes.",
"version": "5.0.0",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"peerDependencies": {
"@babel/generator": "^7",
"@babel/traverse": "^7",
"@babel/types": "^7"
},
"dependencies": {
"@babel/runtime": "^7.7.7",
"self-closing-tags": "^1.0.1"
},
"files": [
"dist"
],
"homepage": "https://github.com/marko-js/marko/blob/master/packages/babel-types/README.md",
"keywords": [
"htmljs",
"parser",
"babel",
"plugin",
"parse",
"marko"
],
"license": "MIT",
"main": "src/index.js",
"main:dev": "src/index.js",
"main:npm": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/marko-js/marko/tree/master/packages/babel-types"
},
"publishConfig": {
"access": "public"
}
}