{
    "name": "@eui/components-next",
    "version": "10.5.5",
    "tag": "latest",
    "description": "eUI components package - next components prior to version 9",
    "author": "ec.europa.eui@gmail.com",
    "license": "EUPL-1.1",
    "main": "bundles/eui-components-next.umd.js",
    "module": "fesm2015/eui-components-next.js",
    "es2015": "fesm2015/eui-components-next.js",
    "esm2015": "esm2015/eui-components-next.js",
    "fesm2015": "fesm2015/eui-components-next.js",
    "typings": "eui-components-next.d.ts",
    "sideEffects": false,
    "dependencies": {
        "tslib": "^2.0.0"
    },
    "scripts": {
        "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1"
    }
}