{
  "name": "ilusion_themes",
  "version": "1.0.0",
  "description": "Ilusion themes Compilation",
  "main": "index.js",
  "author": "Destinia <prog.frontend@destinia.com>",
  "private": true,
  "scripts": {
    "compile-files-all": "yarn --cwd sunrise theme:all && yarn --cwd magallanes theme:all && yarn --cwd destinia_business theme:all && yarn --cwd tor theme:all && yarn --cwd b2bplatform theme:all",
    "compile-css-all": "yarn --cwd sunrise dist:css && yarn --cwd magallanes dist:css && yarn --cwd destinia_business dist:css && yarn --cwd tor dist:css && yarn --cwd b2bplatform dist:css",
    "compile-scr-all": "yarn --cwd sunrise css:scr && yarn --cwd magallanes css:scr && yarn --cwd destinia_business css:scr && yarn --cwd tor css:scr && yarn --cwd b2bplatform css:scr",
    "compile-svg-all": "yarn --cwd sunrise dist:svg && yarn --cwd magallanes dist:svg && yarn --cwd destinia_business dist:svg && yarn --cwd tor dist:svg && yarn --cwd b2bplatform dist:svg"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.classicweb.com:destinia/global.git"
  },
  "engines": {
    "node": ">=16 && <= 18",
    "npm": "please-use-yarn",
    "yarn": ">=1.22.4 && < 2"
  }
}
