{ | |
"name": "korap-e2e-tests", | |
"version": "0.0.1", | |
"description": "Performs end-to-end tests on a KorAP instance", | |
"main": "mocha", | |
"directories": { | |
"test": "test", | |
"lib": "lib" | |
}, | |
"scripts": { | |
"test": "mocha" | |
}, | |
"author": "Marc Kupietz", | |
"license": "BSD-2-Clause", | |
"dependencies": { | |
"chai": "^4.3.7", | |
"mocha": "^10.1.0", | |
"puppeteer": "^19.3.0" | |
} | |
} |