-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 KB
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
{
"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": "semantic-release",
"repair": "npx --yes rimraf@6 .git/hooks node_modules package-lock.json && npm install",
"test": "node --test"
},
"devDependencies": {
"@commitlint/cli": "20.3.1",
"@commitlint/config-conventional": "20.3.1",
"@commitlint/types": "20.3.1",
"dotenv-cli": "11.0.0",
"husky": "9.1.7",
"prettier": "3.7.4",
"semantic-release": "25.0.2"
}
}