blob: 47415341054a2d32b502b2be02730e99f5eab87c [file] [log] [blame]
{
"name": "korap-e2e-tests",
"version": "0.0.1",
"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.3.10",
"mocha": "^10.2.0",
"puppeteer": "^21.5.2"
}
}