-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.37 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.37 KB
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.2",
"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 <esther.saimpou@nearform.com>",
"contributors": [
"Sameer Srivastava <sameer.srivastava@nearform.com>",
"Simone Busoli <simone.busoli@nearform.com>"
],
"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": "^2.0.2",
"@actions/github": "^7.0.0",
"@actions/exec": "^2.0.0",
"actions-toolkit": "github:nearform/actions-toolkit",
"date-fns": "^4.1.0",
"handlebars": "^4.7.9",
"ms": "^2.1.3",
"conventional-changelog-monorepo": "github:nearform/conventional-changelog"
},
"devDependencies": {
"@vercel/ncc": "^0.38.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^4.2.5",
"husky": "^9.1.7",
"jest": "^29.7.0",
"prettier": "^2.8.8"
}
}