-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"name": "dharmendra-slack",
"version": "1.0.0",
"description": "Slack Operation Manager. Production ready slack application for software engineers.",
"main": "index.js",
"scripts": {
"clean": "lerna clean -y",
"commit": "cz",
"bootstrap": "lerna bootstrap --hoist",
"prepare": "husky install",
"start:nginx": "sudo .post-build/nginx.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dharmendrasha/som.git"
},
"keywords": [
"automation",
"slack",
"chatbot",
"management"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/dharmendrasha/som/issues"
},
"homepage": "https://github.com/dharmendrasha/som#readme",
"devDependencies": {
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.1",
"lerna": "^5.4.3"
},
"workspaces": [
"packages/*"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}