-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 798 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 798 Bytes
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
{
"name": "unikka-filepreview",
"version": "2.1.0",
"repository": "https://github.com/Unikka/FilePreviews.git",
"license": "GNU GPLv3",
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"semantic-release": "semantic-release",
"commit": "git-cz"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/release-notes-generator": "^9.0.1",
"commitizen": "^4.1.2",
"conventional-changelog-eslint": "^3.0.8",
"cz-adapter-eslint": "^0.3.0",
"semantic-release": "^17.0.8"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-adapter-eslint"
}
}
}