{
  "name": "test-console",
  "version": "2.0.0",
  "description": "A simple and pragmatic library for testing Node.js console output.",
  "main": "src/index.js",
  "scripts": {
    "test": "jake"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jamesshore/test-console"
  },
  "keywords": [
    "console",
    "stdout",
    "stderr",
    "test",
    "spy",
    "test double"
  ],
  "author": "James Shore",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jamesshore/test-console/issues"
  },
  "homepage": "https://github.com/jamesshore/test-console",
  "devDependencies": {
    "chai": "^4.3.4",
    "jake": "^10.8.2",
    "jshint": "^2.8.0",
    "mocha": "^9.0.0",
    "simplebuild-jshint": "^1.3.0"
  }
}
