20 lines
456 B
JSON
20 lines
456 B
JSON
|
|
{
|
||
|
|
"name": "dpc-intermediary-dialog-tests",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "中介黑名单弹窗优化功能测试套件",
|
||
|
|
"scripts": {
|
||
|
|
"test": "node test_intermediary_dialog.js",
|
||
|
|
"test:report": "node test_intermediary_dialog.js > test_report.txt 2>&1"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"中介黑名单",
|
||
|
|
"弹窗优化",
|
||
|
|
"功能测试"
|
||
|
|
],
|
||
|
|
"author": "System Test",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"axios": "^1.6.0"
|
||
|
|
}
|
||
|
|
}
|