-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 790 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "@angular-ru/renovate-config",
"version": "1.0.0",
"private": true,
"description": "https://docs.renovatebot.com/config-presets/",
"homepage": "https://github.com/Angular-RU/angular-renovate-config#readme",
"bugs": {
"url": "https://github.com/Angular-RU/angular-renovate-config/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Angular-RU/angular-renovate-config.git"
},
"license": "MIT",
"scripts": {
"format": "yarn sort-package-json && yarn prettier --write \"**/*.{js,ts,html,css,scss,md,json,yml}\""
},
"prettier": "@angular-ru/prettier-config",
"devDependencies": {
"@angular-ru/prettier-config": "14.27.0",
"sort-package-json": "1.44.0"
}
}