{
  "name": "tap-in",
  "version": "3.2.1",
  "author": "Scott Corgan & Spencer Kelly",
  "description": "turn tap test output into JSON",
  "main": "./src/index.js",
  "type": "commonjs",
  "scripts": {
    "test": "tape tests/*.test.js"
  },
  "bin": {
    "tap-in": "bin/tap-in.js"
  },
  "sideEffects": false,
  "exports": {
    ".": {
      "require": "./src/index.js",
      "default": "./src/index.js"
    }
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/spencermountain/tap-in.git"
  },
  "bugs": {
    "url": "https://github.com/spencermountain/tap-in/issues"
  },
  "homepage": "https://github.com/spencermountain/tap-in",
  "keywords": [
    "tap",
    "parser",
    "tape",
    "tap-spec",
    "test"
  ],
  "dependencies": {
    "re-emitter": "1.1.4",
    "readable-stream": "2.3.7",
    "split": "1.0.1",
    "trim": "1.0.1"
  },
  "devDependencies": {
    "tape": "5.2.2"
  },
  "directories": {
    "test": "tests"
  },
  "license": "MIT"
}
