forked from gti-sos/SOS2324-19
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.91 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
49
{
"dependencies": {
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"cool-ascii-faces": "^1.3.4",
"cor": "^0.0.0",
"cors": "^2.8.5",
"d3": "^7.9.0",
"docker": "^1.0.0",
"expres": "^0.0.5",
"express": "^4.19.2",
"highcharts": "^11.4.1",
"nedb": "^1.8.0",
"newman": "^6.1.2",
"npx": "^10.2.2",
"request": "^2.88.2",
"require": "^2.4.20"
},
"name": "sos2324-19",
"description": "Service Oriented Systems (Sistemas Orientados a Servicios) 2023/2024 at the [University of Sevilla](https://www.us.es)\r ====================",
"version": "0.0.0",
"main": "index.js",
"scripts": {
"start": "node index",
"test-policy-program-stats": "npx newman run ./tests/integration/API_AFI.json -e ./tests/integration/environments/local.json",
"test-esif-payments": "npx newman run ./tests/integration/API_JPR.json -e ./tests/integration/environments/local.json",
"test-eu-payment-info": "npx newman run ./tests/integration/API_PHT.json -e ./tests/integration/environments/local.json",
"test-covid-testings": "npx newman run ./tests/integration/API_RSG.json -e ./tests/integration/environments/local.json",
"test-e2e": "npx playwright test",
"test-integration": " npm run test-policy-program-stats && npm run test-eu-payment-info && npm run test-esif-payments && npm run test-covid-testings",
"test": "npm run test-integration && npm run test-e2e"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gti-sos/SOS2324-19.git"
},
"author": "Jose Manuel Peña Ramirez, Alberto Fraile Infantes, Raul Sequera Gomez, Pedro Heredia Torres",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gti-sos/SOS2324-19/issues"
},
"type": "module",
"homepage": "https://github.com/gti-sos/SOS2324-19#readme",
"devDependencies": {
"@playwright/test": "^1.43.0",
"@sveltejs/adapter-node": "^5.0.1",
"@types/node": "^20.12.2"
}
}