-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.36 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
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "rolecall",
"version": "1.0.0",
"description": "rollcall repository",
"main": "test_prod_server.ts",
"scripts": {
"serve": "cd ./frontend/rolecall/ && ng serve",
"build_and_test_prod": "cd ./frontend/rolecall/ && ng build --prod && cd ../../ && npm run test_prod",
"test_prod": "cd test_server/ && ts-node test_prod_server.ts",
"installAng": "npm i && cd ./frontend/rolecall/ && npm i",
"buildAng": "cd ./frontend/rolecall/ && npm run build_prod",
"buildAngQA": "cd ./frontend/rolecall/ && npm run build_qa",
"configureYamls": "run(){ cp ./yaml_frontend/$1 ./app.yaml; cp ./yaml_backend/$2 ./backend/src/main/appengine/app.yaml; }; run",
"configurePort": "sed -i -E \"s/server.port=([0-9])+/server.port=8080/\" ./backend/src/main/resources/application.properties"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RoleCallGoogle/RoleCall.git"
},
"author": "",
"bugs": {
"url": "https://github.com/RoleCallGoogle/RoleCall/issues"
},
"engines": {
"node": ">=16.10"
},
"homepage": "https://github.com/RoleCallGoogle/RoleCall#readme",
"dependencies": {
"@types/express": "^4.17.13",
"@types/node": "^12.11.1",
"express": "^4.17.13",
"rxjs": "~7.5.5",
"ts-node": "^8.10.2",
"tslib": "^2.4.0",
"typescript": "~4.7.2",
"zone.js": "~0.11.6",
"node": "^16.10"
}
}