generated from deep5050/godfather
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 889 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": "memes-on-issues-action",
"version": "1.1.0",
"description": "Greet issue raiser with a custom message and a random meme",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "ncc build index.js --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deep5050/memes-on-issues-action.git"
},
"keywords": [
"meme",
"github-action",
"issue",
"random-meme"
],
"author": "Dipankar Pal",
"license": "MIT",
"bugs": {
"url": "https://github.com/deep5050/memes-on-issues-action/issues"
},
"homepage": "https://github.com/deep5050/memes-on-issues-action#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@octokit/rest": "^18.0.9",
"@vercel/ncc": "^0.25.1",
"axios": "^0.21.1"
}
}