Last active
June 14, 2019 11:04
-
-
Save BretCameron/19fd4d54de537ae00ae6e6788b470322 to your computer and use it in GitHub Desktop.
desktop-app/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "desktop-app", | |
"version": "1.0.0", | |
"main": "index.js", | |
"scripts": { | |
"start": "concurrently \"(cd renderer && npm run start && cd ..)\" \"(cd main && npm run electron && cd ..)\"" | |
}, | |
"license": "ISC", | |
"devDependencies": { | |
"concurrently": "^4.1.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment