marko/packages/babel-utils/package.json
github-actions[bot] ae33e8779d [ci] release
2023-02-10 20:44:18 -07:00

41 lines
976 B
JSON

{
"name": "@marko/babel-utils",
"description": "Utilities for use with Marko babel plugins.",
"version": "5.21.4",
"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",
"jsesc": "^3.0.2",
"relative-import-path": "^1.0.0"
},
"devDependencies": {
"@marko/compiler": "^5.23.4"
},
"files": [
"dist",
"index.d.ts"
],
"homepage": "https://github.com/marko-js/marko/blob/master/packages/babel-utils/README.md",
"keywords": [
"htmljs",
"parser",
"babel",
"plugin",
"parse",
"marko"
],
"license": "MIT",
"main": "src/index.js",
"main:dev": "src/index.js",
"main:npm": "dist/index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/marko-js/marko/tree/master/packages/babel-utils"
},
"publishConfig": {
"access": "public"
}
}