| { |
| "name": "korap-e2e-tests", |
| "version": "1.0.0", |
| "description": "Performs end-to-end tests on a KorAP instance", |
| "main": "mocha", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/KorAP/KorAP-E2E-Tests" |
| }, |
| "directories": { |
| "test": "test", |
| "lib": "lib" |
| }, |
| "scripts": { |
| "test": "mocha" |
| }, |
| "author": "Marc Kupietz", |
| "license": "APACHE-2.0", |
| "dependencies": { |
| "chai": "^4.4.1", |
| "mocha": "^10.6.0", |
| "puppeteer": "^23.3.0", |
| "puppeteer-extra": "^3.3.6", |
| "puppeteer-extra-plugin-user-preferences": "^2.4.1", |
| "slack-notify": "^2.0.7" |
| } |
| } |