-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
{
"name": "api-librarydata",
"version": "1.0.0",
"description": "API for various UK library data",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LibrariesHacked/api-librarydata.git"
},
"author": "Libraries Hacked",
"license": "MIT",
"bugs": {
"url": "https://github.com/LibrariesHacked/api-librarydata/issues"
},
"homepage": "https://github.com/LibrariesHacked/api-librarydata#readme",
"dependencies": {
"@octokit/rest": "^18.12.0",
"airtable": "^0.11.6",
"axios": "^1.7.7",
"dotenv": "^10.0.0",
"dotenv-defaults": "^3.0.2",
"email-templates": "^8.1.0",
"express": "^5.0.1",
"feedparser": "^2.2.10",
"js-base64": "^3.7.7",
"json2csv": "^5.0.7",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"memory-cache": "^0.2.0",
"nodemailer": "^6.9.15",
"pg": "^8.12.0",
"pug": "^3.0.3",
"q": "^1.5.1",
"request": "^2.88.2",
"rss": "^1.2.2",
"stream": "0.0.2",
"tld-extract": "^2.1.0"
}
}