{ "name": "@marko/babel-utils", "version": "6.3.5", "description": "Utilities for use with Marko babel plugins.", "keywords": [ "htmljs", "parser", "babel", "plugin", "parse", "marko" ], "homepage": "https://github.com/marko-js/marko/blob/master/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/master/packages/babel-utils" }, "license": "MIT", "author": "Dylan Piercey ", "main": "src/index.js", "types": "index.d.ts", "files": [ "dist", "index.d.ts" ], "scripts": { "build": "babel ./src --out-dir ./dist --delete-dir-on-start --copy-files --config-file ../../babel.config.js --env-name=production" }, "dependencies": { "@babel/runtime": "^7.23.8", "jsesc": "^3.0.2", "relative-import-path": "^1.0.0" }, "devDependencies": { "@marko/compiler": "^5.34.4" }, "publishConfig": { "access": "public" }, "main:dev": "src/index.js", "main:npm": "dist/index.js" }