-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "tin-pjatk",
"version": "1.0.0",
"description": "Final projects of TIN implementation",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tin:start": "lerna run --parallel --scope backend --scope frontend start",
"tin:start-docker": "lerna run --parallel --scope backend --scope frontend start:docker",
"tin:build": "lerna run --parallel --scope backend --scope frontend build",
"tin:test": "lerna run --parallel --scope backend --scope frontend test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wjureczka/TIN-PJATK.git"
},
"workspaces": [
"./",
"./packages/*"
],
"keywords": [
"tin",
"pjatk",
"angular",
"node",
"mongo"
],
"author": "wjureczka@gmail.com",
"license": "GNU",
"bugs": {
"url": "https://github.com/wjureczka/TIN-PJATK/issues"
},
"homepage": "https://github.com/wjureczka/TIN-PJATK#readme",
"devDependencies": {
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"lerna": "3.22.1"
}
}