blob: 8c97a8cd341186ab4637621b27a023b6a13bdb00 [file] [log] [blame]
Marc Kupietzc4077822022-12-03 15:32:40 +01001{
2 "name": "korap-e2e-tests",
Marc Kupietza4e39352025-06-24 11:30:43 +02003 "version": "1.1.0",
Marc Kupietzc4077822022-12-03 15:32:40 +01004 "description": "Performs end-to-end tests on a KorAP instance",
5 "main": "mocha",
Marc Kupietz93c27162022-12-07 07:36:20 +01006 "repository": {
7 "type": "git",
8 "url": "https://github.com/KorAP/KorAP-E2E-Tests"
9 },
Marc Kupietzc4077822022-12-03 15:32:40 +010010 "directories": {
Marc Kupietz5e45a2f2022-12-03 15:32:40 +010011 "test": "test",
12 "lib": "lib"
Marc Kupietzc4077822022-12-03 15:32:40 +010013 },
14 "scripts": {
Marc Kupietzbfb23012025-06-03 15:47:10 +020015 "test": "mocha",
16 "test:ci": "mocha --reporter mocha-junit-reporter --reporter-options mochaFile=test-results.xml"
Marc Kupietzc4077822022-12-03 15:32:40 +010017 },
18 "author": "Marc Kupietz",
Marc Kupietz0483b772022-12-07 07:36:01 +010019 "license": "APACHE-2.0",
Marc Kupietzc4077822022-12-03 15:32:40 +010020 "dependencies": {
dependabot[bot]f959b0e2025-12-06 10:24:59 +000021 "@slack/web-api": "^7.13.0",
Marc Kupietzd0ee97e2025-12-04 15:46:14 +010022 "axios": "^1.7.9",
dependabot[bot]10e5b532025-09-30 00:59:48 +000023 "chai": "^6.2.0",
dependabot[bot]e44c2a92025-11-17 14:09:54 +000024 "form-data": "^4.0.5",
dependabot[bot]db80f4b2025-10-02 14:05:34 +000025 "mocha": "^11.7.4",
Marc Kupietzbfb23012025-06-03 15:47:10 +020026 "mocha-junit-reporter": "^2.2.1",
dependabot[bot]62471582025-12-03 14:06:43 +000027 "puppeteer": "^24.32.0",
Marc Kupietz490b0532024-09-05 09:36:21 +020028 "puppeteer-extra": "^3.3.6",
29 "puppeteer-extra-plugin-user-preferences": "^2.4.1",
Marc Kupietz65dea512025-12-04 17:55:57 +010030 "sharp": "^0.33.0",
Marc Kupietz7f1666a2024-07-12 18:35:31 +020031 "slack-notify": "^2.0.7"
Marc Kupietz78e8e082022-12-03 15:32:40 +010032 }
Marc Kupietzbfb23012025-06-03 15:47:10 +020033}