-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.4 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "mmir-plugin-speech-nuance-lang",
"version": "1.1.2-alpha",
"description": "tools for querying supported languages (ASR and TTS) and voices (TTS) by Nuance / Cerence SpeechKit",
"main": "./index.js",
"types": "index.d.ts",
"typesVersions": {
"<3.8": {
"www/*": [
"www/ts3.6/*"
]
}
},
"directories": {
"lib": "./www"
},
"scripts": {
"build": "npm run install:res && npm run build:ts && npm run downlevel:dts && npm run build:dist && npm run build:metadata",
"install:res": "node res/install.js",
"build:ts": "tsc",
"downlevel:dts": "dtsdownlevel --force www",
"build:dist": "webpack",
"build:metadata": "createplugincompat ./ && pluginexport ./",
"update:version": "updateversion --enable-package-lock ./"
},
"repository": {
"type": "git",
"url": "https://github.com/mmig/mmir-plugin-speech-nuance-lang.git"
},
"keywords": [
"speech",
"asr",
"tts",
"language",
"cordova",
"mmir",
"plugin",
"mmir plugin",
"nuance",
"cerence",
"speechkit"
],
"author": "russa",
"license": "MIT",
"devDependencies": {
"mmir-lib": "^6.2.0",
"mmir-plugin-exports": "^2.4.0",
"mmir-plugin-lang-support": "^1.5.0",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.20.2",
"webpack-cli": "^4.5.0"
}
}