smoke-pkg
Version:
说明文档
25 lines (23 loc) • 598 B
JSON
{
"name": "smoke-pkg",
"version": "1.0.121",
"description": "",
"main": "index.js",
"author": "",
"license": "ISC",
"dependencies": {
"es6-promise": "^4.2.6"
},
"scripts": {
"watch": "mocha --watch tests/",
"test": "mocha --reporter spec --timeout 2000 --recursive tests/",
"test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- -t 2000 --recursive -R spec tests/",
"test-html": "mocha --reporter mochawesome tests/"
},
"devDependencies": {
"chai": "^4.2.0",
"istanbul": "^0.4.5",
"mocha": "^6.1.4",
"mochawesome": "^3.1.2"
}
}