-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "whisper.cpp-wrapper",
"version": "1.5.2",
"author": "Steven Linn",
"description": "Whisper.cpp wrapper for Node.js",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"files": [
"build/src"
],
"license": "MIT",
"keywords": [],
"scripts": {
"start": "ts-node src/test.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"prepare": "npm.cmd run compile",
"pretest": "npm.cmd run compile",
"posttest": "npm.cmd run lint"
},
"devDependencies": {
"@types/ffi-napi": "^4.0.10",
"@types/ref-napi": "^3.0.12",
"node-vad": "^1.1.4",
"speaker": "^0.5.4",
"ts-node": "^10.9.2"
},
"dependencies": {
"@types/node": "^20.10.4",
"@types/ref-array-di": "^1.2.8",
"@types/ref-struct-di": "^1.1.12",
"ffi-napi": "npm:@breush/ffi-napi@^4.0.13",
"gts": "^5.2.0",
"ref-array-di": "^1.2.2",
"ref-napi": "npm:@breush/ref-napi@^4.0.9",
"ref-struct-di": "^1.1.1",
"typescript": "^5.3.3"
}
}