17 lines
480 B
JSON
17 lines
480 B
JSON
{
|
|
"name": "xibao-web",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "Xibao web tooling scripts",
|
|
"scripts": {
|
|
"lint": "node --check static/app.js && node --check static/js/core/state.js && node --check static/js/main.js",
|
|
"test": "python3 -m unittest discover -s tests -v",
|
|
"smoke": "bash scripts/smoke_api.sh",
|
|
"sync:vue": "bash scripts/sync_vue_vendor.sh"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.58.2",
|
|
"vue": "3.5.29"
|
|
}
|
|
}
|