-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
39 lines (39 loc) · 904 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
{
"name": "inquirer-fuzzy-path",
"version": "2.3.0",
"description": "Fuzzy file/directory search and select prompt for inquirer.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/adelsz/inquirer-fuzzy-path.git"
},
"keywords": [
"fuzzy",
"inquirer",
"directory",
"file",
"search",
"select"
],
"author": "adelsz",
"license": "MIT",
"homepage": "https://github.com/adelsz/inquirer-fuzzy-path",
"dependencies": {
"ansi-styles": "^3.2.1",
"fuzzy": "^0.1.3",
"inquirer": "^6.0.0",
"inquirer-autocomplete-prompt": "^1.0.2",
"strip-ansi": "^4.0.0"
},
"engines": {
"node": ">=8.0"
},
"devDependencies": {
"eslint": "^5.4.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0"
}
}