marko/packages/babel-utils/package.json
github-actions[bot] da90eabde0
[ci] release (#2239)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-28 14:19:00 -07:00

43 lines
1.1 KiB
JSON

{
"name": "@marko/babel-utils",
"version": "6.5.0",
"description": "Utilities for use with Marko babel plugins.",
"keywords": [
"htmljs",
"parser",
"babel",
"plugin",
"parse",
"marko"
],
"homepage": "https://github.com/marko-js/marko/blob/main/packages/babel-utils/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/babel-utils"
},
"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.24.1",
"jsesc": "^3.0.2",
"relative-import-path": "^1.0.0"
},
"devDependencies": {
"@marko/compiler": "^5.37.0"
},
"publishConfig": {
"access": "public"
},
"main:override": "dist/index.js"
}