mirror of
https://github.com/jbcr/core.git
synced 2026-04-02 22:32:20 +02:00
15 lines
348 B
JSON
15 lines
348 B
JSON
{
|
|
"name": "e2e",
|
|
"description": "Bolt E2E tests",
|
|
"private": true,
|
|
"scripts": {
|
|
"kakunin": "cross-env NODE_ENV=prod kakunin"
|
|
},
|
|
"dependencies": {
|
|
"cross-env": "^5.2.0",
|
|
"kakunin": "https://github.com/JarJak/Kakunin/tarball/feature/url-additional-params",
|
|
"protractor": "^5.4.2",
|
|
"webdriver-manager": "^12.1.1"
|
|
}
|
|
}
|