marko/packages/babel-utils/package.json
github-actions[bot] 7b6bf89c23 [ci] release
2024-10-03 16:40:23 -07:00

43 lines
1.1 KiB
JSON

{
"name": "@marko/babel-utils",
"version": "6.5.7",
"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.25.0",
"jsesc": "^3.0.2",
"relative-import-path": "^1.0.0"
},
"devDependencies": {
"@marko/compiler": "^5.37.15"
},
"publishConfig": {
"access": "public"
},
"main:override": "dist/index.js"
}