-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.31 KB
/
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
44
45
{
"name": "cli.recipes",
"version": "1.0.7",
"main": "cli.js",
"license": "MIT",
"dependencies": {
"commander": "^2.20.0",
"fuzzy": "^0.1.3",
"http": "^0.0.0",
"inquirer": "^6.5.0",
"inquirer-autocomplete-prompt": "^1.0.1",
"marked": ">=4.0.10",
"marked-terminal": "^3.3.0",
"node-persist": "^3.0.5"
},
"description": "<h1 align=\"center\">Welcome to cli.recipes 👋</h1> <p> <img alt=\"Version\" src=\"https://img.shields.io/badge/version-1.0.7-blue.svg?cacheSeconds=2592000\" /> <a href=\"https://cli.recipes/docs\"> <img alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\" target=\"_blank\" /> </a> </p>",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndreasDickow/cli.recipes.git"
},
"preferGlobal": true,
"keywords": [
"cli",
"terminal",
"shell",
"do-nothing-script",
"productivity",
"console",
"security",
"community",
"autocomplete"
],
"author": "Andreas Dickow",
"bugs": {
"url": "https://github.com/AndreasDickow/cli.recipes/issues"
},
"homepage": "https://github.com/AndreasDickow/cli.recipes#readme",
"bin": {
"recipes": "./cli.js"
}
}