{
    "name": "@you-eye/styled",
    "version": "5.10.0",
    "description": "Re-exports styled-components with CCSS support.",
    "author": "Victor Vincent <wintercounter+ccss@gmail.com>",
    "homepage": "https://github.com/wintercounter/ccss/tree/master/packages/styled#readme",
    "license": "MIT",
    "main": "dist/cjs/index.js",
    "module": "dist/index.js",
    "publishConfig": {
        "access": "public"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/wintercounter/ccss.git"
    },
    "scripts": {
        "test": "mhy tsc && mhy jest",
        "test:watch": "mhy jest --watchAll",
        "build": "npm run build:es6 && npm run build:cjs",
        "build:es6": "mhy bb --mhy-env=prod",
        "build:cjs": "mhy bb --mhy-env=prod:cjs",
        "config": "mhy config typescript npmignore -io"
    },
    "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,
                                                    "esmodules": true
                                                }
                                            }
                                        }
                                    }
                                }
                            ]
                        }
                    }
                ],
                "plugins": [
                    {
                        "$prepend": {
                            "$expression": "$params.require.resolve('babel-plugin-add-module-exports')"
                        }
                    }
                ]
            }
        }
    },
    "bugs": {
        "url": "https://github.com/wintercounter/ccss/issues"
    },
    "peerDependencies": {
        "@cryptic-css/core": "^5.0.0",
        "styled-components": "^5.2.1"
    },
    "devDependencies": {
        "@cryptic-css/core": "^5.10.0"
    },
    "gitHead": "68c3a3e85288334390533cb823637e5d366c0ef9",
    "dependencies": {
        "@types/styled-components": "^5.1.7"
    }
}
