-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 742 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 742 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
27
28
29
30
31
32
{
"name": "star-diff",
"version": "1.0.22",
"description": "Performs a comparison of the github stars between two repositories",
"main": "star-diff.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "./bin/star-diff.js",
"keywords": [
"github",
"star",
"diff",
"cli"
],
"author": "Danny Feliz <dannyfeliz08@gmail.com>",
"license": "MIT",
"bugs": "https://github.com/DannyFeliz/star-diff/issues/new",
"repository": {
"type": "git",
"url": "https://github.com/DannyFeliz/star-diff"
},
"dependencies": {
"axios": "^0.19.0",
"cli-table3": "^0.5.0",
"commander": "^2.15.1",
"moment": "^2.22.2"
},
"engines": {
"node": ">=8.0.0"
}
}