UNPKG

watson-speech

Version:

IBM Watson Speech to Text and Text to Speech SDK for web browsers.

103 lines (102 loc) 3.53 kB
{ "name": "watson-speech", "version": "0.41.0", "description": "IBM Watson Speech to Text and Text to Speech SDK for web browsers.", "main": "index.js", "engines": { "node": ">=10" }, "scripts": { "watch-test": "karma start", "lint": "eslint .", "autofix": "eslint . --fix", "test": "npm run lint && npm run test-offline", "test-offline": "karma start --single-run", "test-integration": "TEST_MODE=integration karma start --single-run", "webpack": "webpack", "browserify": "browserify index.js -t [ babelify --presets [ @babel/preset-env ] ] -t [ envify ] --standalone WatsonSpeech --outfile dist/watson-speech.js", "minify": "uglifyjs --source-map --compress --mangle --output dist/watson-speech.min.js --beautify \"beautify=false,preamble='// IBM Watson Speech JavaScript SDK\\n// $npm_package_version\\n// Generated at `date`\\n// Copyright IBM ($npm_package_license)\\n// $npm_package_homepage'\" dist/watson-speech.js", "watchify": "watchify index.js --standalone WatsonSpeech --outfile dist/watson-speech.js --debug --verbose", "build": "npm run webpack && npm run minify", "doc": "jsdoc -c scripts/jsdoc/config.json --debug", "version": "npm run build && git add -A dist", "watch-doc": "nodemon --watch ./ --ignore ./doc --ext js,tmpl,json --exec npm run doc", "prettier": "prettier --write *.{js,jsx,json,css,scss,yaml}" }, "contributors": [ { "name": "Nathan Friedly", "url": "http://nfriedly.com" }, { "name": "German Attanasio", "url": "https://github.com/germanattanasio" }, { "name": "Dustin Popp", "url": "https://github.com/dpopp07" } ], "devDependencies": { "@babel/cli": "^7.12.10", "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "babel-loader": "^8.2.2", "babelify": "^10.0.0", "browserify": "^17.0.0", "buffer": "^6.0.3", "concat-stream": "^2.0.0", "envify": "^4.1.0", "eslint": "^7.18.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-prettier": "^3.3.1", "expect.js": "^0.3.1", "jquery": "^3.5.1", "jsdoc": "^3.6.6", "karma": "^6.0.2", "karma-browserify": "^8.0.0", "karma-chrome-launcher": "^3.1.0", "karma-eslint": "^2.2.0", "karma-express-http-server": "0.0.1", "karma-firefox-launcher": "^2.1.0", "karma-mocha": "^2.0.1", "memory-fs": "^0.5.0", "mocha": "^9.2.0", "prettier": "^2.2.1", "serve-static": "^1.14.1", "sinon": "^9.2.4", "stream-browserify": "^3.0.0", "transform-loader": "^0.2.4", "uglify-js": "^3.12.5", "watchify": "^4.0.0", "webpack": "^5.18.0", "webpack-cli": "^4.4.0" }, "dependencies": { "@babel/polyfill": "^7.10.1", "buffer-from": "^1.1.1", "camelcase": "^6.2.0", "clone": "^2.1.2", "core-js": "^3.8.3", "defaults": "^1.0.3", "get-user-media-promise": "^1.1.4", "ibm-watson": "^7.1.2", "lodash.pullallwith": "^4.7.0", "microphone-stream": "^5.1.0", "nodeify-fetch": "^2.2.2", "path": "^0.12.7", "readable-blob-stream": "^1.1.0", "readable-stream": "^3.6.0", "websocket": "^1.0.33", "whatwg-fetch": "^3.5.0" }, "homepage": "http://watson-speech.mybluemix.net/", "repository": { "type": "git", "url": "https://github.com/watson-developer-cloud/speech-javascript-sdk.git" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/watson-developer-cloud/speech-javascript-sdk/issues" } }