generated from deep5050/godfather
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 918 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
34
35
36
37
38
39
{
"scripts": {
"test": "xo",
"prepare": "ncc build index.js --license licenses.txt"
},
"devDependencies": {
"jest": "^26.5.3",
"xo": "^0.33.1"
},
"name": "mastjokemara",
"description": "A GitHub action that greet with random jokes on new Issue or PR",
"version": "1.4.0",
"main": "dist/index.js",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@octokit/rest": "^18.0.6",
"@vercel/ncc": "^0.24.1",
"axios": "^0.21.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deep5050/MastJokeMara.git"
},
"keywords": [
"joke",
"action",
"github-action",
"random-joke",
"issue",
"pull-request"
],
"author": "Dipankar Pal",
"license": "MIT",
"bugs": {
"url": "https://github.com/deep5050/MastJokeMara/issues"
},
"homepage": "https://github.com/deep5050/MastJokeMara#readme"
}