jupyter-js-auto-test
Version:
Auto scan files under the directory and run test in them
20 lines (19 loc) • 411 B
JSON
{
"name": "jupyter-js-auto-test",
"version": "1.2.0",
"description": "Auto scan files under the directory and run test in them",
"main": "index.js",
"scripts": {
"test": "node ./test/"
},
"keywords": [
"auto-test"
],
"author": "jupyter",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.1",
"chalk": "^2.3.0",
"jupyter-parse-commandline-arguments": "^1.0.0"
}
}