UNPKG

mmir-lib

Version:

MMIR (Mobile Multimodal Interaction and Relay) library

52 lines (51 loc) 1.55 kB
{ "name": "mmir-lib", "version": "7.0.1", "description": "MMIR (Mobile Multimodal Interaction and Relay) library", "types": "mmir.d.ts", "repository": { "type": "git", "url": "git+https://github.com/mmig/mmir-lib.git" }, "keywords": [ "mmir", "multimodal", "dialog", "system", "speech", "asr", "tts" ], "author": "russaa", "license": "MIT", "bugs": { "url": "https://github.com/mmig/mmir-lib/issues" }, "homepage": "https://github.com/mmig/mmir-lib#readme", "main": "./lib/requirejs-main.js", "directories": { "lib": "./lib", "dist": "./dist" }, "scripts": { "test": "node test.js", "doc": "npm run doc:clean && npm run doc:gen", "doc:clean": "node -e require('fs-extra').emptyDirSync('docs')", "doc:gen": "cross-var typedoc --name \"$npm_package_name $npm_package_version\" mmir.d.ts", "update:version": "updateversion --enable-package-lock --from-package ./ --regexp-target lib/core.js --version-regexp \"/(var\\s+CORE_VERSION\\s+=\\s+)\"\"§VERSION§\"\"/m\" --replace-pattern \"$1\"\"$0\"\"" }, "dependencies": { "@scion-scxml/scxml": "^4.3.27", "requirejs": "^2.3.6", "xmlhttprequest": "^1.8.0" }, "devDependencies": { "@types/requirejs": "^2.1.34", "cross-var": "^1.1.0", "fs-extra": "^9.1.0", "mmir-plugin-exports": "^2.6.0", "typedoc": "^0.19.2", "typedoc-plugin-external-module-name": "^4.0.6", "typedoc-plugin-markdown": "^3.11.14" } }