UNPKG

tape-watcher

Version:

Runs tape tests when files change and prints a pretty output

54 lines (53 loc) 1.15 kB
{ "name": "tape-watcher", "version": "0.0.7", "description": "Runs tape tests when files change and prints a pretty output", "bin": "lib/cli.js", "scripts": { "test": "tape src/*.spec.js", "eslint": "eslint --fix ./src/", "build": "babel src -d lib" }, "babel": { "presets": [ "es2015" ] }, "repository": { "type": "git", "url": "git+https://github.com/mkls/tape-watcher.git" }, "keywords": [ "tape", "tap", "tdd", "watch", "watcher", "test", "reporter", "tap-reporter" ], "author": "Mkls", "license": "MIT", "bugs": { "url": "https://github.com/mkls/tape-watcher/issues" }, "homepage": "https://github.com/mkls/tape-watcher#readme", "dependencies": { "chalk": "^1.1.3", "chokidar": "^1.6.1", "diff": "^3.2.0", "globby": "^6.1.0", "hirestime": "^1.0.7", "minimist": "^1.2.0", "object-inspect": "^1.2.1", "pretty-ms": "^2.1.0" }, "devDependencies": { "babel-cli": "^6.23.0", "babel-preset-es2015": "^6.22.0", "eslint": "^3.14.1", "eslint-config-mkls": "^1.0.0", "tape": "^4.6.0" } }