-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "@isfe/ai-plus-sdk",
"version": "0.4.4",
"description": "ai+ sdk, including tts/iat.",
"main": "dist/aiplus/AIPlus.esm.js",
"scripts": {
"lint": "eslint src/*",
"test": "echo \"Error: no test specified\" && exit 1",
"ts-compile": "tsc -w",
"ts-build": "tsc",
"build": "rollup -c",
"watch": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isfe-team/ai-plus-sdk.git"
},
"keywords": [
"tts",
"iat",
"mse-player"
],
"author": "hxli, bqliu",
"license": "MIT",
"bugs": {
"url": "https://github.com/isfe-team/ai-plus-sdk/issues"
},
"homepage": "https://github.com/isfe-team/ai-plus-sdk#readme",
"devDependencies": {
"@types/js-base64": "^2.3.1",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"eslint": "^6.7.2",
"rollup": "^1.27.13",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^3.7.3"
},
"peerDependencies": {
"@isfe/mse-player": "^0.4.0",
"js-base64": "^2.5.1",
"lamejs": "^1.2.0"
}
}