UNPKG

@speechmatics/auth

Version:

Library for fetching temporary keys for Speechmatics APIs

27 lines 572 B
{ "name": "@speechmatics/auth", "version": "0.0.1", "description": "Library for fetching temporary keys for Speechmatics APIs", "main": "dist/index.js", "module": "dist/index.mjs", "typings": "dist/index.d.ts", "files": [ "dist/", "README.md" ], "keywords": [ "Speechmatics", "authentication", "transcription", "batch", "real-time" ], "license": "MIT", "devDependencies": { "jwt-decode": "^4.0.0" }, "scripts": { "build": "rm -rf dist && rollup -c", "test": "node --import tsx ./test/index.test.ts" } }