github-actions[bot] d4107c1615 [ci] release
2024-10-30 13:34:21 -07:00

49 lines
1.2 KiB
JSON

{
"name": "@marko/translator-default",
"version": "6.0.23",
"description": "Translates Marko templates to the default Marko runtime.",
"keywords": [
"babel",
"htmljs",
"marko",
"parse",
"parser",
"plugin"
],
"homepage": "https://github.com/marko-js/marko/blob/main/packages/translator-default/README.md",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"repository": {
"type": "git",
"url": "https://github.com/marko-js/marko/tree/main/packages/translator-default"
},
"license": "MIT",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"main": "src/index.js",
"types": "index.d.ts",
"files": [
"dist",
"index.d.ts"
],
"scripts": {
"build": "babel ./src --out-dir ./dist --copy-files --config-file ../../babel.config.js --env-name=production"
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@marko/babel-utils": "^6.5.10",
"magic-string": "^0.30.12",
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.37.23",
"marko": "^5.35.32"
},
"peerDependencies": {
"@marko/compiler": "^5.16.1",
"marko": "^5.17.2"
},
"publishConfig": {
"access": "public"
},
"main:override": "dist/index.js"
}