-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
43 lines (43 loc) · 955 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
38
39
40
41
42
43
{
"name": "sn-preview",
"version": "1.0.0",
"description": "Document preview for the sensenet platform.",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/SenseNet/sn-preview"
},
"keywords": [
"sensenet",
"ecm",
"preview",
"document"
],
"author": "SenseNet",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/SenseNet/sn-preview/issues"
},
"homepage": "https://sensenet.com",
"config": {
"commitizen": {
"path": "sensenet-kfi-cz-conventional-changelog"
}
},
"dependencies": {
"conventional-commit-types": "^2.0.0",
"lodash.map": "^4.5.1",
"longest": "^1.0.1",
"pad-right": "^0.2.2",
"right-pad": "^1.0.1",
"word-wrap": "^1.0.3",
"sensenet-kfi-cz-conventional-changelog": "^1.0.0"
},
"devDependencies": {
"commitizen": "2.9.6",
"semantic-release": "^6.3.2"
},
"scripts": {
"commit": "git-cz"
}
}