-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.77 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "mimik_ohorchestrator",
"version": "1.1.3",
"swaggerFile": {
"version": "1.1.0",
"account": "mimik",
"name": "ohorchestrator"
},
"mimik": {
"type": "ohorchestrator"
},
"description": "The purpose of this service is to orchestrate IBM OpenHorizon Services for mimik edgeEngine integration using edgeDaemon.",
"main": "./src/index.js",
"scripts": {
"lint": "gulp lint",
"docs": "gulp docs",
"pretest": "node ./local/testSetup.js",
"test": "nyc gulp test",
"prestart": "node ./local/setup.js",
"start": "sh server-start.sh",
"commit-ready": "gulp docs; gulp lint; npm run test",
"prepare": "husky install",
"postinstall": "node ./local/dotFiles.js"
},
"husky": {
"hooks": {
"pre-commit": "gulp docs; gulp lint",
"commit-msg": "node ./local/commitMsgCheck",
"pre-push": "npm run commit-ready"
}
},
"Authors": [
{
"name": "Kevin",
"email": "kevin.toor@mimik.com"
}
],
"license": "MIT",
"keywords": [
"swagger",
"ohorchestrator",
"engine"
],
"private": true,
"dependencies": {
"@mimik/cluster": "2.4.0",
"@mimik/configuration": "4.4.8",
"@mimik/init": "3.6.0",
"@mimik/response-helper": "2.6.0",
"@mimik/request-helper": "1.7.3",
"@mimik/request-retry": "2.0.6",
"@mimik/sumologic-winston-logger": "1.6.6",
"@mimik/swagger-helper": "2.5.1",
"@mimik/systeminfo": "2.3.8",
"bluebird": "3.7.2",
"connect": "3.7.0",
"form-data": "4.0.0",
"fs-extra": "10.0.1",
"get-port": "5.1.1",
"uuid": "8.3.2"
},
"devDependencies": {
"@mimik/local": "~4.4.5",
"gulp": "4.0.2",
"husky": "7.0.4"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/mimiktech/oh-orchestrator"
}
}