forked from renovatebot/renovate-approve-bot-bitbucket-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.65 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "renovate-approve-bot-bitbucket-cloud",
"description": "A job to approve Pull Requests from Renovate Bot on Bitbucket Cloud.",
"private": true,
"scripts": {
"eslint": "eslint --ext .js .",
"eslint-fix": "eslint --ext .js --fix .",
"jest": "jest",
"lint": "run-s eslint prettier",
"lint-fix": "run-s eslint-fix prettier-fix",
"prettier": "prettier --check \"**/*.{js,json,md}\"",
"prettier-fix": "prettier --write \"**/*.{js,json,md}\"",
"start": "node ./index.js",
"test": "run-s lint jest"
},
"repository": {
"type": "git",
"url": "https://github.com/renovatebot/renovate-approve-bot-bitbucket-cloud.git"
},
"keywords": [
"automerge",
"bitbucket-cloud",
"bitbucket",
"bot",
"renovate"
],
"author": "Maxime Brunet",
"contributors": [
"HonkingGoose",
"Michael Kriese <michael.kriese@visualon.de>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/renovatebot/renovate-approve-bot-bitbucket-cloud/issues"
},
"engines": {
"node": ">=14.15.0"
},
"dependencies": {
"bunyan": "1.8.15",
"got": "11.8.3"
},
"devDependencies": {
"@semantic-release/exec": "6.0.3",
"babel-plugin-rewire": "1.2.0",
"conventional-changelog-conventionalcommits": "4.6.3",
"eslint": "8.15.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-formatter-gha": "1.4.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.2.0",
"eslint-plugin-promise": "6.0.0",
"jest": "27.5.1",
"nock": "13.2.4",
"npm-run-all": "4.1.5",
"prettier": "2.6.2",
"semantic-release": "19.0.2"
}
}