-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "octoherd-fix-prettier-update-workflow",
"version": "0.0.0-development",
"type": "module",
"exports": "./script.js",
"bin": {
"octoherd-fix-prettier-update-workflow": "./cli.js"
},
"description": "An octoherd script to update the `.github/workflows/update-prettier.yml` file with the branch name for renovate",
"scripts": {
"start": "node cli.js",
"test": "node script.js"
},
"repository": "https://github.com/wolfy1339/octoherd-script-fix-prettier-update",
"keywords": [
"octoherd-script"
],
"author": "wolfy1339 <[email protected]>",
"license": "MIT",
"dependencies": {
"@octoherd/cli": "^3.3.1",
"@octokit/plugin-create-or-update-text-file": "^1.0.1",
"prettier": "^2.3.0",
"yaml": "^1.10.2"
},
"devDependencies": {
"@hellomouse/eslint-config-wolfy1339": "^1.3.0",
"@types/eslint": "^7.2.10",
"@types/node": "^15.0.2",
"eslint": "^7.26.0",
"eslint-plugin-jsdoc": "^33.1.1"
},
"release": {
"branches": [
"main"
]
},
"publishConfig": {
"access": "public"
}
}