forked from daniloc/airtable-api-proxy
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.12 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
{
"name": "esovdb-api",
"version": "3.2.0",
"description": "Public and private API access to the Earth Science Online Video Database.",
"homepage": "https://airtable.com/shrFBKQwGjstk7TVn",
"author": "Avana Vana <avana@esovdb.org> (http://www.avanavana.com)",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"airtable": "^0.8.1",
"axios": "^0.21.4",
"bottleneck": "^2.19.5",
"cors": "^2.8.5",
"cronitor": "^2.2.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"node-cleanup": "^2.1.2",
"node-cron": "^3.0.0",
"node-webhooks": "^1.4.2",
"redis": "^4.0.0",
"rxjs": "^7.4.0",
"twitter-api-v2": "^1.6.5"
},
"repository": {
"url": "https://github.com/avanavana/esovdb-api"
},
"license": "MIT",
"keywords": [
"node",
"express",
"airtable",
"cache",
"cache proxy",
"proxy",
"proxy server",
"earth science",
"earth sciences",
"earth science online video database",
"geology",
"zotero",
"discord",
"webhook",
"redis"
]
}