{
  "name": "@snap-doc/emitter",
  "version": "0.10.0",
  "description": "Emitter utilities for snap-doc",
  "author": "Mike North <michael.l.north@gmail.com>",
  "homepage": "https://github.com/snap-doc/snap-doc#readme",
  "license": "BSD-2-Clause",
  "main": "lib/src/index.js",
  "types": "lib/src/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/snap-doc/snap-doc.git"
  },
  "scripts": {
    "lint": "yarn lint:js && yarn lint:md",
    "lint:js": "eslint . --ext js,ts",
    "lint:md": "remark .",
    "test": "mocha",
    "test:debug": "yarn test -- --inspect-brk",
    "test:coverage": "rm -rf coverage && nyc yarn test --report cobertura",
    "codacy:transmit-coverage": "cat coverage/lcov.info | codacy-coverage",
    "coveralls:transmit-coverage": "cat coverage/lcov.info | coveralls",
    "clean": "rm -rf ./lib",
    "build": "tsc -b .",
    "rebuild": "npm run clean & npm run build",
    "prepublishOnly": "tsc -b ."
  },
  "bugs": {
    "url": "https://github.com/snap-doc/snap-doc/issues"
  },
  "devDependencies": {
    "@types/debug": "4.1.2",
    "@types/mocha": "5.2.6",
    "chai": "4.2.0",
    "codecov": "3.3.0",
    "json-typescript": "1.1.2",
    "mocha": "6.1.2",
    "nyc": "13.3.0",
    "scripty": "1.9.1",
    "ts-node": "8.0.3",
    "typescript": "3.4.3"
  },
  "nyc": {
    "watermarks": {
      "lines": [
        80,
        95
      ],
      "functions": [
        80,
        95
      ],
      "branches": [
        80,
        95
      ],
      "statements": [
        80,
        95
      ]
    },
    "require": [
      "ts-node/register",
      "source-map-support/register"
    ],
    "extension": [
      ".ts"
    ],
    "include": [
      "src"
    ],
    "reporter": [
      "lcov",
      "json",
      "text-summary"
    ]
  },
  "dependencies": {
    "@code-to-json/formatter": "^1.0.0-rc.0",
    "@code-to-json/formatter-linker": "^1.0.0-rc.0",
    "@code-to-json/utils-ts": "^1.0.0-rc.0",
    "@mike-north/types": "^1.1.0",
    "@snap-doc/types": "^0.7.0",
    "debug": "^4.1.1"
  },
  "gitHead": "295fc56c4d69bb033797450d421c72ff771c3a74"
}
