-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1022 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
36
37
{
"name": "@springrole/block-kit-builder",
"version": "0.0.0-semantic-release",
"description": "Block kit builder containing re-usable blocks to be used on any slack app",
"main": "./lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"keywords": [
"slack",
"block-kit-builder"
],
"author": "Avinash Ramesha <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/SpringRole/block-kit-builder.git"
},
"bugs": {
"url": "https://github.com/SpringRole/block-kit-builder/issues"
},
"homepage": "https://github.com/SpringRole/block-kit-builder#readme",
"dependencies": {
"dayjs": "1.10.7",
"lodash": "4.17.21"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"husky": "^7.0.4",
"prettier": "^2.5.1"
}
}