Skip to content

Commit

Permalink
(sakuli/sakuli-ocr#7) added package.json for OCR suite
Browse files Browse the repository at this point in the history
  • Loading branch information
svettwer committed Dec 16, 2020
1 parent d40227f commit 7eb98dd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .test/e2e/e2e-ocr/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "e2e-ocr",
"version": "2.3.0",
"description": "An OCR test suite",
"private": true,
"contributors": [
"Tim Keiner <tim.keiner@consol.de>",
"Simon Hofmann <simon.hofmann@consol.de>",
"Sven Hettwer <sven.hettwer@consol.de>",
"Cliff Le Van <cliff.le.van@consol.de>"
],
"homepage": "https://github.com/sakuli/sakuli#readme",
"scripts": {
"test": "sakuli run .",
"test:debug": "node --inspect node_modules/@sakuli/cli/dist/index run ."
}
}

0 comments on commit 7eb98dd

Please sign in to comment.