blob: 9305d6269df926648ced9b0c827d26ab3dc62dfa [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.4.1",
"mocha": "^10.2.0",
"puppeteer": "^22.1.0"
}
}