-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 769 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 769 Bytes
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
{
"name": "github-bot",
"version": "1.0.0",
"description": "A JS script written for tricking the github contribution chart, and make commits in the past as well as future dates in seconds.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thesmartdeveloperr/Github-Bot.git"
},
"keywords": [],
"author": "thesmartdeveloperr",
"license": "MIT",
"bugs": {
"url": "https://github.com/thesmartdeveloperr/Github-Bot/issues"
},
"homepage": "https://github.com/thesmartdeveloperr/Github-Bot#readme",
"dependencies": {
"jsonfile": "^6.1.0",
"moment": "^2.29.1",
"random": "^3.0.6",
"simple-git": "^2.40.0"
}
}