@itslanguage/api
Version:
The JavaScript API SDK for ITSLanguage.
41 lines (40 loc) • 1.01 kB
JSON
{
"name": "@itslanguage/api",
"version": "5.7.0",
"description": "The JavaScript API SDK for ITSLanguage.",
"author": "ITSLanguage (https://www.itslanguage.nl) <support@itslanguage.nl>",
"contributors": [
"Jogchum Koerts <jogchum.koerts@itslanguage.nl>",
"Mathijs van den Worm <mathijs@d-centralize.nl>"
],
"homepage": "https://github.com/itslanguage/itslanguage-js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/itslanguage/itslanguage-js.git"
},
"bugs": {
"url": "https://github.com/itslanguage/itslanguage-js/issues",
"email": "support@itslanguage.nl"
},
"license": "MIT",
"keywords": [
"itslanguage",
"itslanguage api",
"itslanguage sdk",
"speech",
"speech technology"
],
"engines": {
"node": ">= 8"
},
"main": "index.js",
"modules": "index.js",
"dependencies": {
"autobahn": "19.12.1",
"debug": "4.1.1",
"event-emitter": "0.3.5"
},
"peerDependencies": {
"core-js": "3.6.0"
}
}