-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 891 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
38
39
{
"name": "zotero-esovdb",
"version": "1.5.0",
"description": "Adds ESOVDB items to Zotero via API proxy cache.",
"homepage": "https://airtable.com/shrFBKQwGjstk7TVn",
"author": "Avana Vana <[email protected]> (http://www.avanavana.com)",
"main": "index.js",
"scripts": {
"start": "node ./bin/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Avana Vana",
"license": "MIT",
"dependencies": {
"airtable": "^0.10.1",
"axios": "^0.21.0",
"chalk": "^4.1.0",
"commander": "^6.2.1",
"dotenv": "^8.2.0"
},
"bin": {
"zotvid": "./bin/index.js"
},
"keywords": [
"node",
"airtable",
"zotero",
"zotero-api",
"cache",
"cache proxy",
"proxy",
"proxy server",
"earth science",
"earth sciences",
"earth science online video database",
"esovdb",
"geology"
]
}