-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 843 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
40
41
42
43
{
"name": "gistash",
"version": "0.1.2",
"description": "Upload your local changes or stashed files to GitHub Gist.",
"main": "cli.js",
"repository": "[email protected]:mittalyashu/gistash.git",
"author": {
"name": "Yashu Mittal",
"email": "[email protected]",
"url": "https://codecarrot.net/"
},
"bin": {
"gistash": "cli.js"
},
"engines": {
"node": ">=10"
},
"files": [
"cli.js",
"src"
],
"license": "MIT",
"keywords": [
"stash",
"github gist",
"gist",
"upload gist",
"save gist",
"cli",
"cli-app"
],
"dependencies": {
"@octokit/rest": "^18.0.3",
"better-opn": "^2.0.0",
"chalk": "^4.1.0",
"clipboardy": "^2.3.0",
"inquirer": "^7.3.3",
"listr": "^0.14.3",
"meow": "^7.0.1",
"os": "^0.1.1",
"rxjs": "^6.6.0"
}
}