-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
16 lines (16 loc) · 886 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "semanasomnistack",
"version": "1.0.0",
"repository": "https://github.com/WilliamJesusDev/OmniStack.git",
"author": "William Jesus <[email protected]>",
"license": "MIT",
"scripts": {
"run:yarn": "cd BeTheHero && yarn install:yarn && cd ../InstaRocket && yarn install:yarn && cd ../AirCnC && yarn install:yarn && cd ../DevRadar && yarn install:yarn && cd ../TinDev && yarn install:yarn\n",
"run:npm": "cd BeTheHero && npm run install:npm && cd ../InstaRocket && npm run install:npm && cd ../AirCnC && npm run install:npm && cd ../DevRadar && npm run install:npm && cd ../TinDev && npm run install:npm\n",
"instarocket": "cd InstaRocket && npm run start",
"aircnc": "cd AirCnC && npm run start",
"tindev": "cd TinDev && npm run start",
"devradar": "cd DevRadar && npm run start",
"bethehero": "cd BeTheHero && npm run start"
}
}