blob: 47415341054a2d32b502b2be02730e99f5eab87c [file] [log] [blame]
Marc Kupietzc4077822022-12-03 15:32:40 +01001{
2 "name": "korap-e2e-tests",
3 "version": "0.0.1",
4 "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": {
15 "test": "mocha"
16 },
17 "author": "Marc Kupietz",
Marc Kupietz0483b772022-12-07 07:36:01 +010018 "license": "APACHE-2.0",
Marc Kupietzc4077822022-12-03 15:32:40 +010019 "dependencies": {
dependabot[bot]6b4b68e2023-11-07 14:17:18 +000020 "chai": "^4.3.10",
dependabot[bot]0667f4d2022-12-14 08:38:29 +000021 "mocha": "^10.2.0",
dependabot[bot]f8417302023-11-15 14:56:20 +000022 "puppeteer": "^21.5.2"
Marc Kupietz78e8e082022-12-03 15:32:40 +010023 }
Marc Kupietzc4077822022-12-03 15:32:40 +010024}