-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 890 Bytes
/
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
{
"name": "sepia-speechrecognition-polyfill",
"version": "1.0.1",
"description": "A polyfill for SpeechRecognition utilizing a SEPIA STT server.",
"main": "dist/sepia-speechrecognition-polyfill.js",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msub2/sepia-speechrecognition-polyfill.git"
},
"keywords": [
"speech recognition",
"polyfill"
],
"author": "Daniel Adams <msub2official@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/msub2/sepia-speechrecognition-polyfill/issues"
},
"homepage": "https://github.com/msub2/sepia-speechrecognition-polyfill#readme",
"type": "module",
"devDependencies": {
"@rollup/plugin-terser": "^0.2.0",
"rollup": "^2.79.1",
"rollup-plugin-inline-code": "^1.2.7",
"rollup-plugin-web-worker-loader": "^1.6.1"
}
}