{
  "name": "cenos-portal",
  "version": "1.0.0",
  "description": "CENOS Portal. Subscriptions, payments. In the future, all web page",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "install": "npm run install:frontend && npm run install:backend",
    "install:frontend": "cd frontend && npm install",
    "install:backend": "cd backend && npm install",
    "prebuild": "rimraf dist",
    "build": "npm run prebuild && npm run build:frontend && npm run build:backend",
    "build:frontend": "cd frontend && npm run build && copyfiles --verbose --up 1 \"dist/**/*\" ../dist/frontend",
    "build:backend": "cd backend && npm run build && copyfiles --verbose --up 1 \"dist/**/*\" ../dist/backend"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/cenos/cenos-portal.git"
  },
  "author": "CENOS",
  "bugs": {
    "url": "https://gitlab.com/cenos/cenos-portal/issues"
  },
  "homepage": "https://gitlab.com/cenos/cenos-portal#readme",
  "dependencies": {
    "copyfiles": "^2.4.1",
    "rimraf": "^3.0.2"
  }
}
