-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 910 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "MyApp",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"installall": "echo Please wait... && start cmd /c \"yarn install\" && start cmd /c \"cd ./frontend/web && yarn install\" && start cmd /c \"cd ./frontend/Mobile && yarn install\"",
"runall": "echo Please wait... && start cmd /k (node ./index.js) && start cmd /k \"cd ./frontend/web && yarn run dev\" && start cmd /k \"cd ./frontend/Mobile && yarn start\" && echo Done"
},
"repository": "https://github.com/sw2x-Developer/myprojects-template.git",
"author": "sw2x-Developer <zaiadazagaz@gmail.com>",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.1.3",
"helmet": "^3.23.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.21",
"validator": "^13.1.1"
}
}