15 lines
465 B
JSON
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"
|
|
}
|
|
}
|