-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "peril-settings",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MadeInHaus/peril-settings.git"
},
"dependencies": {
"lodash": "^4.17.11",
"node-fetch": "^2.2.0"
},
"devDependencies": {
"@seadub/danger-plugin-dependencies": "^0.1.0",
"@slack/client": "^4.8.0",
"danger": "^7.0.9",
"danger-plugin-eslint": "^0.1.0",
"danger-plugin-spellcheck": "^1.2.3",
"danger-plugin-yarn": "^1.3.0",
"github-webhook-event-types": "^1.2.1",
"jira-client": "^6.4.1",
"lint-staged": "^7.2.2",
"prettier": "^1.15.2"
},
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MadeInHaus/peril-settings/issues"
},
"homepage": "https://github.com/MadeInHaus/peril-settings#readme"
}