-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.39 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
{
"dependencies": {
"@sveltestrap/sveltestrap": "^6.2.7",
"body-parser": "^1.20.2",
"cool-ascii-faces": "^1.3.4",
"cors": "^2.8.5",
"echarts": "^5.5.0",
"ejs": "^3.1.9",
"enviroment": "^1.0.0",
"express": "^4.19.2",
"handler": "^0.1.3",
"highcharts": "^11.4.1",
"nedb": "^1.8.0",
"newman": "^6.1.1",
"request": "^2.88.2"
},
"name": "sos2324-13",
"description": "Version inicial",
"version": "0.0.0",
"main": "index.js",
"scripts": {
"start": "node index",
"pretest": "npm start &",
"test-integration": "npm run test-wris && npm run test-mentalhealth && npm run test-salaries",
"test-wris": "npx newman run ./tests/integration/api-wris-v2.json -e ./tests/integration/environments-wr/gcloud-v2.json",
"test-mentalhealth": "npx newman run ./tests/integration/api-mentalhealth-v2.json -e ./tests/integration/environments-mh/gcloud.json",
"test-salaries": "npx newman run ./tests/integration/api-salaries-v2.json -e ./tests/integration/environments-sa/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": "rubromgui ",
"license": "GPL-3.0",
"type": "module",
"devDependencies": {
"@playwright/test": "^1.43.0",
"@types/node": "^20.12.3"
}
}