-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.63 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
{
"name": "renovate-automatic-branch",
"version": "1.0.13",
"description": "",
"main": "index.ts",
"scripts": {
"lint": "eslint --ext=jsx,ts,tsx,js src/",
"build": "tsc -b",
"build:docker": "docker build . -t bodinsamuel/renovate-automatic-branch",
"build:hot": "tsc -w",
"build:ga": "tsc && ncc build ./dist/githubAction.js -o ./dist-ga -s -m",
"clean": "rm -rf dist/ && rm -rf dist-ga/"
},
"repository": "git+https://github.com/bodinsamuel/renovate-automatic-branch.git",
"author": "Samuel Bodin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bodinsamuel/renovate-automatic-branch/issues"
},
"homepage": "https://github.com/bodinsamuel/renovate-automatic-branch#readme",
"keywords": [
"renovate",
"branch",
"dependencies",
"dependency"
],
"dependencies": {
"@actions/core": "1.10.1",
"@octokit/rest": "20.0.2",
"typescript": "5.2.2"
},
"devDependencies": {
"@types/node": "20.8.10",
"@babel/eslint-parser": "7.22.15",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.1",
"@semantic-release/npm": "11.0.1",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"@vercel/ncc": "0.38.1",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-prettier": "5.0.1",
"prettier": "3.0.3",
"semantic-release": "22.0.7"
},
"files": [
"dist/",
"CHANGELOG.md"
]
}