{
  "name": "tinkoff-voicekit",
  "version": "1.1.5",
  "description": "Library for converting speech to text and vice versa",
  "repository": "https://github.com/webtoucher/tinkoff-voicekit",
  "type": "module",
  "main": "./lib/TinkoffVoiceKit.js",
  "types": "./lib/TinkoffVoiceKit.d.ts",
  "files": [
    "lib/"
  ],
  "scripts": {
    "prepare": "tsc -p tsconfig.json",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": ["tinkoff", "voicekit"],
  "author": "webtoucher",
  "license": "BSD-3-Clause",
  "dependencies": {
    "jsonwebtoken": "8.5.1",
    "request": "2.88.2",
    "tinkoff-storage-sdk": "1.0.6"
  },
  "devDependencies": {
    "@types/jsonwebtoken": "8.5.6",
    "@types/node": "16.11.10",
    "@types/request": "2.48.7",
    "typescript": "4.5.2"
  }
}
