2023-07-24 11:55:08 -04:00

51 lines
1.3 KiB
JSON

{
"name": "@marko/translator-default",
"description": "Translates Marko templates to the default Marko runtime.",
"version": "5.29.2",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
"@babel/runtime": "^7.16.0",
"@marko/babel-utils": "^6.2.0",
"escape-string-regexp": "^4.0.0",
"magic-string": "^0.27.0",
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.31.1",
"marko": "^5.29.2"
},
"files": [
"dist",
"index.d.ts"
],
"types": "index.d.ts",
"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.16.1",
"marko": "^5.17.2"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/marko-js/marko/tree/master/packages/translator-default"
},
"scripts": {
"build": "babel ./src --out-dir ./dist --delete-dir-on-start --copy-files --config-file ../../babel.config.js --env-name=production"
}
}