-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 807 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
{
"name": "inquirer-autosubmit-prompt",
"version": "0.2.0",
"description": "Auto submit plugin for Inquirer.js",
"main": "index.js",
"scripts": {
"test": "xo && ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yaodingyd/inquirer-autosubmit-prompt.git"
},
"keywords": [
"Inquirer.js"
],
"files": [
"index.js"
],
"author": "Yao Ding",
"license": "MIT",
"bugs": {
"url": "https://github.com/yaodingyd/inquirer-autosubmit-prompt/issues"
},
"homepage": "https://github.com/yaodingyd/inquirer-autosubmit-prompt#readme",
"dependencies": {
"chalk": "^2.4.1",
"inquirer": "^6.2.1",
"rxjs": "^6.3.3"
},
"devDependencies": {
"ava": "^1.1.0",
"lodash": "^4.17.11",
"sinon": "^7.2.3",
"xo": "^0.24.0"
}
}