mirror of
https://github.com/jbcr/core.git
synced 2026-04-23 08:38:04 +02:00
15 lines
281 B
JSON
15 lines
281 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": "^2.5",
|
|
"protractor": "^5.4.2",
|
|
"webdriver-manager": "^13.0.0"
|
|
}
|
|
}
|