-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.12 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.12 KB
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
{
"name": "paco-ua-api",
"version": "1.1.0",
"description": "API for Portal Académico Online - Universidade de Aveiro. This API uses a headless browser to fetch data directly from [paco.ua.pt](https://paco.ua.pt), so its uptime and latency may be impacted by the website itself. This app is a personal project and has no affiliation with Universidade de Aveiro. For more information check the [Github repository](https://github.com/digas99/paco-ua-api).",
"main": "app.js",
"scripts": {
"start": "node app.js",
"devStart": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digas99/paco-ua-api.git"
},
"author": "Diogo Correia",
"license": "MIT",
"bugs": {
"url": "https://github.com/digas99/paco-ua-api/issues"
},
"homepage": "https://github.com/digas99/paco-ua-api#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"puppeteer": "^16.1.0",
"swagger-jsdoc": "^6.2.5",
"swagger-ui-express": "^4.5.0"
},
"devDependencies": {
"nodemon": "^2.0.19"
},
"engines": {
"node": "18.13.0"
}
}