-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.37 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
{
"name": "github-action-notify-release",
"version": "1.12.1",
"description": "Github action for notifying of a pending release",
"main": "dist/index.js",
"scripts": {
"build": "ncc build src --license licenses.txt",
"test": "jest",
"lint": "eslint .",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nearform-actions/github-action-notify-release.git"
},
"author": "Esther Saimpou <[email protected]>",
"contributors": [
"Sameer Srivastava <[email protected]>",
"Simone Busoli <[email protected]>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/nearform-actions/github-action-notify-release/issues"
},
"homepage": "https://github.com/nearform-actions/github-action-notify-release#readme",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@actions/exec": "^1.1.1",
"actions-toolkit": "github:nearform/actions-toolkit",
"date-fns": "^4.1.0",
"handlebars": "^4.7.8",
"ms": "^2.1.3",
"conventional-changelog-monorepo": "github:nearform/conventional-changelog"
},
"devDependencies": {
"@vercel/ncc": "^0.38.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^9.1.6",
"jest": "^29.7.0",
"prettier": "^2.8.8"
}
}