-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 806 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 806 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
27
28
29
30
31
32
33
{
"name": "@smartive/prettier-config",
"version": "0.0.0-development",
"description": "Prettier configuration by smartive",
"main": "index.json",
"scripts": {
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartive/prettier-config.git"
},
"keywords": [
"prettier"
],
"author": "smartive AG <hello@smartive.ch>",
"license": "MIT",
"bugs": {
"url": "https://github.com/smartive/prettier-config/issues"
},
"homepage": "https://github.com/smartive/prettier-config#readme",
"devDependencies": {
"cz-conventional-changelog": "3.3.0"
},
"peerDependencies": {
"prettier": ">=2.0.0 <4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}