forked from Kitt-AI/snowboy
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.44 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
53
54
{
"author": {
"name": "KITT.AI",
"email": "[email protected]"
},
"binary": {
"module_name": "snowboy",
"module_path": "./lib/node/binding/{configuration}/{node_abi}-{platform}-{arch}/",
"remote_path": "./{module_name}/v{version}/{configuration}/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"host": "https://leon-ai-snowboy.s3-us-west-2.amazonaws.com"
},
"bugs": {
"url": "https://github.com/Kitt-AI/snowboy/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Leandre Gohy",
"email": "[email protected]"
},
{
"name": "Evan Cohen",
"email": "[email protected]"
}
],
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.5",
"nan": "^2.14.2"
},
"deprecated": false,
"description": "Snowboy is a customizable hotword detection engine",
"devDependencies": {
"@types/node": "^14.14.34",
"aws-sdk": "^2.863.0",
"typescript": "^4.2.3"
},
"gypfile": true,
"homepage": "https://github.com/Kitt-AI/snowboy#readme",
"license": "Apache-2.0",
"main": "lib/node/index.js",
"name": "snowboy",
"repository": {
"type": "git",
"url": "git+https://github.com/Kitt-AI/snowboy.git"
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"prepublish": "tsc --listFiles",
"test": "node index.js"
},
"typings": "lib/node/index.d.ts",
"version": "1.3.1-alpha.2"
}