-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 882 Bytes
/
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
{
"name": "braz-actions",
"version": "0.1.2",
"private": true,
"description": "GitHub Actions",
"main": "create-update-release/action.js",
"scripts": {
"version": "node -p \"require('./package.json').version\"",
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "https://github.com/emanuel-braz/action-release.git"
},
"keywords": [
"github",
"actions",
"node",
"setup"
],
"author": "Emanuel Braz",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^4.0.0",
"axios": "^1.5.1",
"changelog-parser": "2.8.0",
"openai": "^4.11.0"
},
"devDependencies": {
"conventional-changelog-cli": "2.2.2"
}
}