-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.92 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
{
"name": "public",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index",
"pretest": "npm start &",
"test-trimestralpib_stats": "npx newman run ./tests/integration/trimestralpib_stats/apiv2.json -e ./tests/integration/trimestralpib_stats/environments/gcloud.json",
"test-economicalfreedom_stats": "npx newman run ./tests/integration/economicfreedom_stats/api.json -e ./tests/integration/economicfreedom_stats/environments/gcloud.json",
"test-manofthematch": "npx newman run ./tests/integration/manofthematch/api-v2.json -e ./tests/integration/manofthematch/environments/gcloud.json",
"test-integration": "npx newman run ./tests/integration/economicfreedom_stats/api.json -e ./tests/integration/economicfreedom_stats/environments/gcloud.json && npx newman run ./tests/integration/manofthematch/api-v2.json -e ./tests/integration/manofthematch/environments/gcloud.json && npx newman run ./tests/integration/trimestralpib_stats/apiv2.json -e ./tests/integration/trimestralpib_stats/environments/gcloud.json",
"test-e2e": "npx playwright test",
"test": "npm run test-integration && npm run test-e2e",
"posttest": "kill `ps -uax | grep \"node index\" | grep -v \"grep\" | grep -v \"sh\" | awk '{print $2}'`"
},
"author": "",
"license": "GPL-3.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@sveltestrap/sveltestrap": "^6.2.7",
"apexcharts": "^3.49.1",
"axios": "^1.7.1",
"body-parser": "^1.20.2",
"cool-ascii-faces": "^1.3.4",
"cors": "^2.8.5",
"echarts": "^5.5.0",
"express": "^4.18.3",
"nedb": "^1.8.0",
"request": "^2.88.2",
"svelte": "^4.2.12",
"svelte-fa": "^4.0.2",
"vite": "^5.2.8"
},
"type": "module",
"devDependencies": {
"@playwright/test": "^1.43.0",
"@sveltejs/adapter-node": "^5.0.1",
"@types/node": "^20.12.5"
}
}