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": {
|
2023-08-24 20:23:25 +03:00
|
|
|
"@playwright/test": "^1.37.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": {
|
2023-08-31 17:15:02 +03:00
|
|
|
"eslint": "^8.48.0",
|
2023-07-12 11:25:43 +03:00
|
|
|
"eslint-plugin-playwright": "^0.15.3"
|
2020-05-29 09:51:16 +03:00
|
|
|
}
|
|
|
|
}
|