Files
LWLT-AI/archive/handoff/2026-07-12/legacy-erp-handoff/package.json
2026-07-13 19:57:46 +08:00

15 lines
465 B
JSON

{
"name": "thai-erp-order-entry",
"private": true,
"type": "commonjs",
"scripts": {
"test": "node --test tools/tests/*.test.js",
"health:no-erp": "node tools/erp_deployment_health_check.js --config config/erp-deployment.example.json --no-erp",
"health:erp": "node tools/erp_deployment_health_check.js --config config/erp-deployment.example.json --erp"
},
"dependencies": {
"@e965/xlsx": "^0.20.3",
"playwright-core": "^1.61.0"
}
}