forked from ewnd9/inquirer-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 776 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 776 Bytes
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
{
"name": "inquirer-test",
"version": "2.0.1",
"description": "functional testing for inquirer.js",
"main": "index.js",
"scripts": {
"start": "node cli.js",
"test": "ava --serial --verbose test/test-ava.js && mocha test/test-mocha.js && jest"
},
"engines": {
"node": ">=6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ewnd9/inquirer-test.git"
},
"keywords": [
"inquirer",
"test",
"child_process"
],
"author": "ewnd9 <ewndnine@gmail.com>",
"license": "MIT",
"dependencies": {
"concat-stream-promise": "^0.1.1"
},
"devDependencies": {
"@types/jest": "^24.9.1",
"ava": "^0.23.0",
"chai": "^4.1.2",
"inquirer": "^4.0.0",
"jest": "^25.1.0",
"mocha": "^4.0.1"
}
}