-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.11 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
{
"name": "sip-lab",
"version": "1.34.1",
"description": "",
"main": "index.js",
"engines": {
"node": ">=15.0.0"
},
"scripts": {
"install": "node-gyp-build",
"build": "node-gyp build",
"rebuild": "node-gyp rebuild",
"test": "./runtests"
},
"repository": {
"type": "git",
"url": "https://github.com/MayamaTakeshi/sip-lab"
},
"author": "",
"license": "ISC",
"gypfile": true,
"homepage": "https://github.com/MayamaTakeshi/sip-lab",
"dependencies": {
"@mayama/zeq": "^4.17.0",
"mrcp": "^1.4.0",
"mrcp-matching": "^1.0.0",
"node-addon-api": "^5.0.0",
"node-gyp": "^9.3.0",
"node-gyp-build": "^4.5.0",
"sdp-matching": "^1.3.2",
"sip-matching": "^1.3.14",
"sipjs-lab": "^1.3.13"
},
"devDependencies": {
"prebuildify": "^5.0.1",
"prebuildify-cross": "github:MayamaTakeshi/prebuildify-cross#use_existing_images"
},
"files": [
"index.js",
"binding.gyp",
"build_deps.sh",
"include",
"src",
"README.md",
"DEV.md",
"samples",
"samples_extra",
"prebuilds",
"pocketsphinx",
"runtests"
]
}