mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
43 lines
1.1 KiB
JSON
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"
|
|
}
|