odoo-metatroncube/package.json
2026-09-01 01:48:50 -04:00

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"
}
}