18 lines
444 B
JSON
18 lines
444 B
JSON
{
|
|
"name": "odoo-metatroncube",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Local browser automation tools for Odoo UI validation.",
|
|
"scripts": {
|
|
"playwright:install": "playwright install chromium"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.metatroncube.in/MetatroncubeSoftwareSolutions/odoo-metatroncube.git"
|
|
},
|
|
"license": "UNLICENSED",
|
|
"devDependencies": {
|
|
"playwright": "^1.62.1"
|
|
}
|
|
}
|