forked from renovatebot/presets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 912 Bytes
/
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
{
"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://[email protected]/singapore/renovate-config.git"
},
"bugs": {
"url": "https://github.com/singapore/renovate-config/issues"
},
"version": "0.0.1",
"scripts": {
"lint": "eslint . --ext .json --ext .js"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"eslint": "4.4.1",
"eslint-config-airbnb-base": "11.3.1",
"eslint-config-prettier": "2.3.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-json": "1.2.0",
"eslint-plugin-prettier": "2.2.0",
"eslint-plugin-promise": "3.5.0",
"gh-got": "6.0.0",
"prettier": "1.5.3",
"prettier-package-json": "1.4.0"
}
}