-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1013 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
{
"name": "mobilelibraries-api",
"version": "1.0.0",
"description": "This is an API to expose mobile library data",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"quick-build": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LibrariesHacked/mobilelibraries-api.git"
},
"author": "Libraries Hacked",
"license": "MIT",
"bugs": {
"url": "https://github.com/LibrariesHacked/mobilelibraries-api/issues"
},
"homepage": "https://github.com/LibrariesHacked/mobilelibraries-api#readme",
"dependencies": {
"body-parser": "^1.20.2",
"csvtojson": "^2.0.10",
"dotenv": "^16.4.5",
"express": "^4.21.2",
"ical-generator": "^3.6.1",
"ical.js": "^1.5.0",
"json2csv": "^5.0.7",
"memory-cache": "^0.2.0",
"moment": "^2.30.1",
"pdfmake": "^0.2.9",
"pg": "^8.11.3",
"swagger-ui-express": "^4.6.3",
"typeface-roboto": "^1.1.13"
}
}