forked from renovatebot/presets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 939 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 939 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
34
35
{
"name": "renovate-config",
"description": "Monorepo for Renovate preset configs",
"author": "",
"license": "MIT",
"homepage": "https://github.com/singapore/renovate-config",
"repository": {
"type": "git",
"url": "git+https://rarkins@github.com/singapore/renovate-config.git"
},
"bugs": {
"url": "https://github.com/singapore/renovate-config/issues"
},
"version": "0.0.1",
"scripts": {
"lint": "eslint . --ext .json --ext .js",
"validate": "bash validate.sh"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"eslint": "5.6.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "3.0.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-json": "1.2.1",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-promise": "4.0.1",
"gh-got": "8.0.1",
"prettier": "1.14.3",
"renovate": "13.79.0"
}
}