-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.59 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
{
"name": "@amerandish/farsava",
"version": "0.3.1",
"description": "farsava javascript sdk",
"main": "lib/farsava.js",
"types": "typings/farsava.d.ts",
"files": [
"lib/*",
"typings/*"
],
"private": false,
"homepage": "https://github.com/amerandish/farsava-sdk-javascript",
"repository": {
"type": "git",
"url": "https://github.com/amerandish/farsava-sdk-javascript"
},
"license": "LGPL-3.0-or-later",
"scripts": {
"test": "jest",
"prepare": "npm run build",
"build": "npx tsc",
"build:browser": "webpack --config webpack/webpack.browser.js -p -m",
"build:browser:debug": "webpack --config webpack/webpack.browser.js",
"lint": "eslint src/ --ext .ts"
},
"keywords": [
"Farsava",
"NodeJs",
"Javascript",
"API",
"SDK",
"ASR",
"TTS"
],
"author": "Amin Taghikhani<[email protected]>",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/jest": "^26.0.13",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"copy-webpack-plugin": "^6.1.0",
"eslint": "^7.9.0",
"jest": "^26.4.2",
"terser-webpack-plugin": "^4.1.0",
"ts-jest": "^26.3.0",
"ts-loader": "^8.0.3",
"ts-node": "^9.0.0",
"tslint": "^6.1.3",
"typescript": "^4.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"axios": "^0.20.0",
"recordrtc": "^5.6.1"
}
}