{
  "name": "@fomantic/better-console",
  "version": "1.0.2",
  "description": "A better console for Node.js",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/fomantic/better-console"
  },
  "keywords": [
    "console"
  ],
  "author": "Mohsen Azimi",
  "license": "BSD",
  "dependencies": {
    "chalk": "^4.1.2",
    "cli-table": "^0.3.11"
  }
}
