blob: 249c4b782fdec6048270e91fec13d35671a03114 [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": {
Marc Kupietz78e8e082022-12-03 15:32:40 +010020 "chai": "^4.3.7",
dependabot[bot]0667f4d2022-12-14 08:38:29 +000021 "mocha": "^10.2.0",
dependabot[bot]d76b6ec2023-11-07 14:17:38 +000022 "puppeteer": "^21.5.0"
Marc Kupietz78e8e082022-12-03 15:32:40 +010023 }
Marc Kupietzc4077822022-12-03 15:32:40 +010024}