-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1005 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
28
29
30
31
32
33
34
35
{
"name": "kabuce",
"version": "0.0.0",
"description": "Kabuce Distributed Account Synchronization",
"main": "index.js",
"scripts": {
"build": "lerna run build",
"depcheck": "lerna run depcheck",
"docker": "lerna run docker",
"docker:publish": "bash scripts/publish.sh",
"fmt": "lerna run format-and-fix",
"lerna": "lerna",
"lint": "lerna run lint",
"prepare": "lerna bootstrap",
"start": "pm2 start apps.yaml",
"start:api": "lerna run start --scope @kabuce/api",
"start:app": "lerna run start --scope @kabuce/app",
"test": "lerna run test",
"test:headless": "lerna run test:headless",
"upgrade": "lerna run upgrade"
},
"repository": {
"type": "git",
"url": "git@git.nativecode.net:nativecode/kabuce.git"
},
"keywords": [],
"author": "opensource@nativecode.com",
"license": "MIT",
"devDependencies": {
"@angular/cli": "^10.1.1",
"@nofrills/tasks": "^11.1.0",
"lerna": "^3.22.1",
"pm2": "^4.4.1"
}
}