2020-05-29 09:51:16 +03:00
|
|
|
{
|
|
|
|
"scripts": {
|
2022-08-04 11:50:09 +03:00
|
|
|
"deploy": "node compile.js",
|
|
|
|
"test": "BROWSERSTACK_LOCAL=true npx playwright test --config=./test/support/playwright.config.js"
|
2020-05-29 09:51:16 +03:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2022-08-04 11:50:09 +03:00
|
|
|
"@playwright/test": "^1.22.2",
|
|
|
|
"browserstack-local": "^1.4.8",
|
|
|
|
"express": "^4.18.1",
|
2021-05-18 11:36:12 +03:00
|
|
|
"generatorics": "^1.1.0",
|
2021-05-10 12:34:03 +03:00
|
|
|
"handlebars": "^4.7.7",
|
2022-08-04 11:50:09 +03:00
|
|
|
"playwright": "^1.22.2",
|
2020-05-29 09:51:16 +03:00
|
|
|
"uglify-js": "^3.9.4"
|
2022-08-04 11:50:09 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^8.20.0",
|
|
|
|
"eslint-plugin-playwright": "^0.10.0"
|
2020-05-29 09:51:16 +03:00
|
|
|
}
|
|
|
|
}
|