{
  "name": "ts-buffer-tools",
  "version": "1.8.5",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watchAll",
    "test:coverage": "jest --coverage",
    "build": "tsc",
    "prepare": "npm run build"
  },
  "repository": "https://github.com/alexbuczynsky/node-buffer-tools",
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "ts-custom-error": "^3.1.1"
  },
  "devDependencies": {
    "@types/jest": "^24.9.1",
    "@types/node": "^12.12.26",
    "jest": "^24.9.0",
    "ts-jest": "^24.3.0",
    "typescript": "^3.7.5"
  },
  "files": [
    "dist/**/*"
  ]
}
