inquirer-test
Version:
functional testing for inquirer.js
34 lines (33 loc) • 707 B
JSON
{
"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"
},
"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": "^1.5.1"
},
"devDependencies": {
"ava": "^0.23.0",
"chai": "^4.1.2",
"inquirer": "^4.0.0",
"mocha": "^4.0.1"
}
}