-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.27 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
37
38
39
40
41
42
43
44
45
{
"name": "@boehringer-ingelheim/prettier-config",
"version": "2.0.0",
"description": "Shared prettier configuration used at Boehringer Ingelheim for code formatting",
"keywords": [
"boehringer",
"boehringer-ingelheim",
"configuration",
"prettier",
"prettierrc",
"prettier-config"
],
"homepage": "https://github.com/boehringer-ingelheim/prettier-config.git",
"license": "MIT",
"author": "Boehringer Ingelheim",
"files": [
"index.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/boehringer-ingelheim/prettier-config.git"
},
"bugs": {
"url": "https://github.com/boehringer-ingelheim/prettier-config/issues"
},
"scripts": {
"prepare": "husky",
"release": "dotenv -- semantic-release --no-ci",
"release:ci": "semantic-release",
"repair": "npx --no rimraf .git/hooks node_modules package-lock.json && npm install",
"test": "node --test"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@commitlint/types": "19.0.3",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"dotenv-cli": "7.4.2",
"husky": "9.0.11",
"prettier": "3.2.5",
"semantic-release": "23.0.8"
}
}