-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
75 lines (75 loc) · 2.06 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@symblai/symbl-js",
"version": "1.4.10",
"description": "Javascript SDK for Symbl.ai's Language Insights API Platform",
"main": "build/app.bundle.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@symblai/api-client": "^1.0.17",
"detect-node": "^2.1.0",
"loglevel": "^1.6.1",
"mic": "^2.1.2",
"p-queue": "^6.4.0",
"uuid": "9.0.1",
"websocket": "^1.0.28"
},
"devDependencies": {
"@babel/preset-env": "^7.14.7",
"@babel/preset-typescript": "^7.14.5",
"@types/jest": "^26.0.24",
"@types/node": "^16.4.7",
"@types/window-or-global": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-replace-ts-export-assignment": "0.0.2",
"babel-preset-es2015": "^6.24.1",
"eslint": "^7.31.0",
"jest": "^27.0.6",
"js-beautify": "^1.14.0",
"json-loader": "^0.5.7",
"node-wav": "0.0.2",
"pcm-util": "^3.0.0",
"speaker": "^0.5.2",
"ts-node": "^10.1.0",
"tsc-watch": "^4.4.0",
"typescript": "^4.3.5",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-node-externals": "^1.7.2"
},
"scripts": {
"test": "jest --silent tests",
"test-verbose": "jest --verbose tests",
"watch": "tsc-watch --onSuccess \"npm run build\"",
"build": "tsc && webpack --config webpack/webpack.config.js --mode production",
"publish-prod": "npm install && npm run build && npm publish --access public",
"publish-next": "npm install && npm run build && npm publish --access public --tag next"
},
"repository": {
"type": "git",
"url": "git+https://github.com/symblai/symbl-js.git"
},
"keywords": [
"client",
"sdk",
"rammer",
"symbl",
"language",
"insights",
"api",
"platform",
"language",
"insights",
"client",
"sdk",
"api",
"platform"
],
"author": "toshish",
"bugs": {
"url": "https://github.com/symblai/symbl-js/issues"
},
"homepage": "https://github.com/symblai/symbl-js"
}