{
  "name": "@chocpanda/tap-out",
  "version": "1.4.3",
  "description": "A different tap parser",
  "main": "index.js",
  "scripts": {
    "build": "mkdirp dist && cd dist && npm pack ..",
    "test": "tape test/index.js",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "commit": "git-cz",
    "release": "semantic-release"
  },
  "bin": {
    "tap-out": "bin/cmd.js"
  },
  "author": "Scott Corgan - Original",
  "maintainers": [
    {
      "name": "ChocPanda",
      "url": "https://github.com/ChocPanda/"
    },
    {
      "name": "Daneika",
      "url": "https://github.com/Daneika/"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "re-emitter": "1.1.4",
    "readable-stream": "2.3.7",
    "split": "1.0.1"
  },
  "devDependencies": {
    "@babel/plugin-proposal-optional-chaining": "^7.9.0",
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/git": "^9.0.0",
    "babel-eslint": "^10.1.0",
    "commitizen": "^4.2.1",
    "cz-conventional-changelog": "^3.2.0",
    "eslint": "^6.8.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "mkdirp": "^1.0.4",
    "semantic-release": "^17.0.7",
    "tape": "4.6.3"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/chocpanda/tap-out.git"
  },
  "keywords": [
    "tap",
    "parser",
    "tape",
    "tap-spec",
    "test"
  ],
  "bugs": {
    "url": "https://github.com/chocpanda/tap-out/issues"
  },
  "homepage": "https://github.com/chocpanda/tap-out",
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
