2020-05-29 09:51:16 +03:00
|
|
|
{
|
|
|
|
"scripts": {
|
2022-08-04 11:50:09 +03:00
|
|
|
"deploy": "node compile.js",
|
2023-03-02 13:04:01 +03:00
|
|
|
"test": "npm run deploy && npx playwright test --config=./test/support/playwright.config.js",
|
|
|
|
"start": "node test/support/server.js"
|
2020-05-29 09:51:16 +03:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2024-02-01 10:09:34 +03:00
|
|
|
"@playwright/test": "^1.41.1",
|
2022-08-04 11:50:09 +03:00
|
|
|
"express": "^4.18.1",
|
2021-05-18 11:36:12 +03:00
|
|
|
"generatorics": "^1.1.0",
|
2023-08-02 14:46:18 +03:00
|
|
|
"handlebars": "^4.7.8",
|
2020-05-29 09:51:16 +03:00
|
|
|
"uglify-js": "^3.9.4"
|
2022-08-04 11:50:09 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-01-31 11:01:55 +03:00
|
|
|
"eslint": "^8.56.0",
|
2023-12-14 17:26:29 +03:00
|
|
|
"eslint-plugin-playwright": "^0.20.0"
|
2020-05-29 09:51:16 +03:00
|
|
|
}
|
|
|
|
}
|