2020-08-05 14:20:57 -07:00

46 lines
1.2 KiB
JSON

{
"name": "@marko/translator-default",
"description": "Translates Marko templates to the default Marko runtime.",
"version": "5.0.0-next.37",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@marko/babel-types": "^5.0.0-next.2",
"@marko/babel-utils": "^5.0.0-next.36",
"@marko/compiler": "^5.0.0-next.37",
"marko": "^5.0.0-next.37",
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"marko": "^5.0.0-next.5"
},
"files": [
"dist"
],
"homepage": "https://github.com/marko-js/marko/blob/master/packages/translator-default/README.md",
"keywords": [
"babel",
"htmljs",
"marko",
"parse",
"parser",
"plugin"
],
"license": "MIT",
"main": "src/index.js",
"main:dev": "src/index.js",
"main:npm": "dist/index.js",
"peerDependencies": {
"@marko/compiler": "^5.0.0-next.5",
"marko": "^5.0.0-next.5"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/marko-js/marko/tree/master/packages/translator-default"
}
}