mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-11 08:24:57 +03:00
11 lines
229 B
JSON
11 lines
229 B
JSON
{
|
|
"name": "1c-web-test",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Browser automation engine for 1C web client (Playwright)",
|
|
"dependencies": {
|
|
"playwright": "^1.50.0"
|
|
}
|
|
}
|