-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 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
{
"name": "@springrole/teams-view-builder",
"version": "0.0.0-semantic-release",
"description": "Teams view builder containing re-usable blocks to be used on any ms-teams app",
"main": "./lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpringRole/teams-view-builder.git"
},
"author": "Karan Trehan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SpringRole/teams-view-builder/issues"
},
"homepage": "https://github.com/SpringRole/teams-view-builder#readme",
"dependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"botbuilder": "^4.16.0",
"lodash.isempty": "^4.4.0",
"lodash.isequal": "^4.5.0",
"lodash.uniqwith": "^4.5.0",
"node-emoji": "^1.11.0"
},
"devDependencies": {
"husky": "^7.0.4",
"prettier": "^2.6.2"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}