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