{
    "name": "transformed",
    "version": "1.1.4",
    "description": "A lightweight, low-level, performant, customizable object transformer utility.",
    "main": "dist/cjs/index.js",
    "module": "dist/index.js",
    "scripts": {
        "test": "mhy tsc && mhy jest",
        "start": "mhy jest",
        "build": "mhy bb --mhy-env=prod && mhy bb --mhy-env=prod:cjs",
        "build:pure": "mhy bb --mhy-env=prod",
        "config": "mhy config typescript eslint prettier -io",
        "release": "npm run test && npm run build && mhy sv"
    },
    "author": "wintercounter <wintercounter@gmail.com>",
    "license": "MIT",
    "mhy": {
        "mhy": {
            "cjs": {
                "distFolder": "dist/cjs"
            }
        },
        "babel": {
            "cjs": {
                "presets": [
                    {
                        "$match": {
                            "query": "$[?(@[0].includes('preset-env'))]",
                            "value": [
                                {
                                    "$match": {
                                        "index": 1,
                                        "value": {
                                            "modules": "commonjs",
                                            "targets": {
                                                "$replace": {
                                                    "node": true,
                                                    "browsers": false,
                                                    "esmodules": true
                                                }
                                            }
                                        }
                                    }
                                }
                            ]
                        }
                    }
                ],
                "plugins": [
                    {
                        "$prepend": {
                            "$expression": "$params.require.resolve('babel-plugin-add-module-exports')"
                        }
                    }
                ]
            }
        }
    }
}
