Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. {
  2. "name": "desktop-app",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "start": "concurrently \"(cd renderer && npm run start && cd ..)\" \"(cd main && npm run electron && cd ..)\""
  7. },
  8. "license": "ISC",
  9. "devDependencies": {
  10. "concurrently": "^4.1.0"
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement