-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 794 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 794 Bytes
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": "fish-audio-sdk",
"version": "2025.11.29",
"description": "fish.audio platform api sdk",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest --verbose",
"test:watch": "jest --verbose --watchAll"
},
"author": "Pikachubolk",
"license": "MIT",
"dependencies": {
"@types/msgpack-lite": "^0.1.11",
"axios": "^1.7.9",
"form-data": "^4.0.0",
"msgpack-lite": "^0.1.26",
"ws": "^8.18.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.17.10",
"@types/ws": "^8.5.13",
"dotenv": "^16.4.7",
"jest": "^29.7.0",
"ts-jest": "^29.3.4",
"typescript": "^5.8.3"
},
"directories": {
"test": "tests"
},
"keywords": []
}