-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.43 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
{
"version": "0.1.0",
"author": "Legal & General",
"name": "dependabot-batcher",
"description": "An action to ease your dependency maintenance and save GitHub minutes",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Legal-and-General/dependabot-batcher.git"
},
"bugs": {
"url": "https://github.com/Legal-and-General/dependabot-batcher/issues"
},
"homepage": "https://github.com/Legal-and-General/dependabot-batcher#readme",
"scripts": {
"build:dev": "tsc",
"build": "ncc build src/index.ts -C -m --license licenses.txt",
"lint": "eslint 'src/*.ts'",
"lint-staged": "lint-staged",
"prepare": "husky install",
"test": "jest --silent"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"@octokit/rest": "^20.1.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.4.2",
"@octokit/openapi-types": "^22.0.1",
"@semantic-release/github": "^10.0.3",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.6.0",
"@vercel/ncc": "^0.38.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"semantic-release": "^23.0.8",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
}
}