{
  "name": "@browser-bunyan/console-raw-stream",
  "version": "1.8.0",
  "description": "Bunyan stream for outputting raw JSON records to the browser console",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "./lib/index.cjs",
  "module": "./lib/index.m.js",
  "typings": "./lib/index.d.ts",
  "scripts": {
    "lint": "../../node_modules/.bin/eslint src",
    "prepublish": "npm run lint && npm test && npm run build && npm run copy-types",
    "copy-types": "cp src/index.d.ts lib/index.d.ts",
    "build": "../../node_modules/.bin/microbundle --name consoleRawStream",
    "test": "echo \"No tests for this module\" && exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/philmander/browser-bunyan.git"
  },
  "keywords": [
    "browser",
    "bunyan",
    "log",
    "stream",
    "raw"
  ],
  "dependencies": {
    "@browser-bunyan/levels": "^1.8.0"
  },
  "author": "Phil Mander",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/philmander/browser-bunyan/issues"
  },
  "homepage": "https://github.com/philmander/browser-bunyan#readme",
  "gitHead": "61158191e36c4ab922dd0609c4e1d36667243622"
}
