-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 836 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
{
"name": "octopaji",
"version": "1.0.0",
"private": true,
"description": "Github bot that posts gif,when installed in your repos",
"author": "Jayant Navrange",
"license": "MIT",
"homepage": "/~https://github.com/jayantur13/OctoPaji",
"readme": "/~https://github.com/jayantur13/OctoPaji#readme",
"keywords": [
"bot",
"github-bot",
"githubbot",
"ghbot",
"gifbot",
"meme-maker"
],
"scripts": {
"dev": "nodemon ./index.js",
"start": "node ./index.js"
},
"dependencies": {
"@octokit/auth-app": "^7.1.0",
"@octokit/rest": "^21.0.2",
"axios": "^1.7.4",
"dotenv": "^16.4.5",
"express": "^4.21.2",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.2"
},
"engines": {
"node": ">= 18"
},
"type": "module",
"devDependencies": {
"nodemon": "^3.1.4"
}
}