-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.23 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.23 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "peanut-stash",
"version": "1.1.1",
"type": "module",
"description": "Collaborative command line cloud Stash, Share, Copy & Paste tool.",
"main": "pnut.js",
"bin": {
"pnut": "./pnut.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roymasad/peanut-stash.git"
},
"keywords": [
"cli",
"copy",
"paste",
"pop",
"command",
"collaborative",
"tool",
"stash",
"cloud",
"share",
"peanut",
"ai",
"manager",
"terminal",
"console",
"cloud",
"gemini",
"shell",
"clipboard",
"productivity",
"teamwork",
"devops",
"it",
"coding"
],
"author": "Roy Massaad",
"license": "MIT",
"bugs": {
"url": "https://github.com/roymasad/peanut-stash/issues"
},
"homepage": "https://github.com/roymasad/peanut-stash#readme",
"dependencies": {
"@clack/prompts": "0.7.0",
"clipboardy": "4.0.0",
"dotenv": "16.4.5",
"figlet": "1.7.0",
"firebase": "10.11.0",
"node-fetch": "3.3.2",
"node-machine-id": "1.1.12",
"open": "10.1.0",
"pastebin-api": "7.0.0",
"picocolors": "1.0.0",
"read": "3.0.1"
}
}