-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 903 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
31
32
33
34
35
{
"name": "@xiangfa/polly",
"version": "0.4.2",
"description": "A high-quality & reliable TTS/STT library for Server and Browser",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
"type": "commonjs",
"scripts": {
"start": "tsc --watch",
"build": "rimraf ./dist && tsc"
},
"keywords": [],
"author": "Amery2010 <[email protected]>",
"license": "GPL-3.0-only",
"dependencies": {
"crypto-js": "^4.2.0",
"fix-webm-duration": "^1.0.5",
"query-string": "^9.0.0",
"radash": "^12.1.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/dom-speech-recognition": "^0.0.4",
"@types/node": "^20.11.27",
"rimraf": "^5.0.5",
"typescript": "^5.4.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}