-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
27 lines (27 loc) · 920 Bytes
/
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
{
"name": "ssi-studio",
"version": "0.1.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install:backend": "cd backend && npm install",
"install:frontend": "cd frontend && npm install",
"install:all": "run-s install:backend install:frontend",
"build:backend": "cd backend && nest build",
"build:frontend": "cd frontend && ng build",
"build:all": "run-s build:backend build:frontend",
"prepare": "run-s install:all build:all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CQEN-QDCE/ssi-studio.git"
},
"author": "foxbike (https://github.com/foxbike)",
"license": "LiLiQ-R",
"bugs": {
"url": "https://github.com/CQEN-QDCE/ssi-studio/issues"
},
"homepage": "https://github.com/CQEN-QDCE/ssi-studio#readme",
"devDependencies": {
"npm-run-all": "^4.1.5"
}
}