Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. {
  2. "name": "quick-launch",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "qd-webapp": "npm run --prefix ../quickdesk-webapp build-dev && npm run --prefix ../quickdesk-webapp watch-server",
  9. "qc-sdk-js": "cd ../quickcloud-sdk-js && pm2 start development.config.js",
  10. "qd-server": "cd ../quickdesk-server && pm2 start development.config.js",
  11. "qc-core": "cd ../quickcloud-core && pm2 start development.config.js",
  12. "backend": "echo \"do nothing\" && exit 1",
  13. "frontend": "echo \"do nothing\" && exit 1",
  14. "dev": "concurrently --kill-others-on-fail \"npm:qc-sdk-js\" \"npm:qd-server\""
  15. },
  16. "keywords": [],
  17. "author": "",
  18. "license": "ISC",
  19. "dependencies": {
  20. "concurrently": "^3.6.1"
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement