{
  "name": "@marko/babel-utils",
  "version": "6.6.3",
  "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": "dist/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/parser": "^7.26.3",
    "@babel/runtime": "^7.26.0",
    "jsesc": "^3.1.0",
    "relative-import-path": "^1.0.0"
  },
  "devDependencies": {
    "@marko/compiler": "^5.38.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "main:override": "src/index.js"
}
