-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "webevaluator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pre-install": "npm install -g nodemon concurrently",
"backend-go": "cd backend && cd node && nodemon index.js",
"python-activate": "cd backend && cd python && cd security_header && cd flask && source bin/activate",
"backend-node": "cd backend && cd go && nodemon --exec go run main.go --signal SIGTERM",
"backend-python": "cd backend && cd python && cd security_header && python3 app.py",
"frontend": "cd frontend && npm start ",
"start": "concurrently \"npm run backend-go\" \"npm run backend-node\" \"npm run backend-python\" \"npm run frontend\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aman-Codes/webevaluator.git"
},
"author": "Aman Dwivedi",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aman-Codes/webevaluator/issues"
},
"homepage": "https://github.com/Aman-Codes/webevaluator#readme"
}