{
  "name": "ts-zello",
  "version": "0.0.6",
  "description": "TypeScript Zello backend client library",
  "keywords": [
    "Zello"
  ],
  "homepage": "https://github.com/OnkelTem/ts-zello",
  "bugs": {
    "url": "https://github.com/OnkelTem/ts-zello/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OnkelTem/ts-zello.git"
  },
  "license": "LGPL-3.0-or-later",
  "author": {
    "name": "OnkelTem",
    "email": "aneganov@gmail.com"
  },
  "main": "dist/lib/index.js",
  "types": "dist/lib/index.d.ts",
  "scripts": {
    "build": "rimraf dist && tsc",
    "tsc": "tsc",
    "test": "jest",
    "lint": "eslint '*/**/*.{js,ts,tsx}'",
    "release": "standard-version"
  },
  "dependencies": {
    "@discordjs/opus": "^0.5.0",
    "@types/sharp": "^0.28.0",
    "delay": "^5.0.0",
    "dotenv": "^8.2.0",
    "p-event": "^4.2.0",
    "pino": "^6.11.1",
    "prism-media": "^1.2.7",
    "sharp": "^0.28.1",
    "ws": "^7.4.3"
  },
  "devDependencies": {
    "@commitlint/cli": "^12.1.1",
    "@commitlint/config-conventional": "^12.1.1",
    "@tsconfig/node14": "^1.0.0",
    "@types/delay": "^3.1.0",
    "@types/jest": "^26.0.20",
    "@types/node": "^14.14.30",
    "@types/pino": "^6.3.6",
    "@types/tmp": "^0.2.0",
    "@types/ws": "^7.4.0",
    "@typescript-eslint/eslint-plugin": "^4.20.0",
    "@typescript-eslint/parser": "^4.20.0",
    "eslint": "^7.23.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-prettier": "^3.3.1",
    "husky": "^6.0.0",
    "jest": "^26.6.3",
    "pino-pretty": "^4.7.1",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.2",
    "speaker": "^0.5.3",
    "standard-version": "^9.2.0",
    "tmp": "^0.2.1",
    "ts-jest": "^26.5.1",
    "typescript": "^4.1.5",
    "wtfnode": "^0.8.4"
  },
  "peerDependencies": {
    "pino-pretty": "^4.7.0"
  }
}
