-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 963 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
{
"name": "dev-search",
"version": "0.0.8",
"description": "Quickly search for what you want from the command line!",
"main": "index.js",
"bin": {
"ds": "index.js"
},
"scripts": {
"dev": "node dev.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"npm",
"cli",
"terminal",
"package"
],
"author": {
"name": "wangrongding",
"email": "[email protected]",
"url": "https://www.fedtop.com/"
},
"homepage": "https://github.com/wangrongding/dev-search/",
"repository": {
"type": "git",
"url": "https://github.com/wangrongding/dev-search.git"
},
"bugs": "https://github.com/wangrongding/dev-search/issues",
"license": "ISC",
"dependencies": {
"colors": "^1.4.0",
"commander": "^9.1.0",
"inquirer": "^8.2.2",
"inquirer-search-list": "^1.2.6",
"open": "^8.4.0",
"say": "^0.16.0"
},
"devDependencies": {
"chokidar": "^3.5.3"
}
}