-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 810 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
36
37
{
"name": "alfred-otter",
"version": "0.2.3",
"description": "Alfred workflow for Otter.ai. Search and retrieve transcripts for your recordings",
"license": "Apache-2.0",
"repository": "Stvad/alfred-otter",
"author": {
"name": "Vladyslav Sitalo",
"email": "[email protected]",
"url": "sitalo.org"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava",
"postinstall": "alfy-init",
"preuninstall": "alfy-cleanup",
"build": "tsc"
},
"keywords": [
"alfred",
"workflow",
"alfy"
],
"dependencies": {
"alfy": "^0.10.0",
"otter.ai-api": "github:Stvad/otter.ai-api"
},
"devDependencies": {
"@types/node": "^14.14.16",
"alfy-test": "^0.4.0",
"ava": "^0.18.0",
"typescript": "^4.1.3",
"xo": "^0.36.1"
}
}