{ "name": "martial-mini-api-test", "version": "1.0.0", "description": "武术比赛报名系统API自动化测试", "main": "api-test.js", "scripts": { "test": "node api-test.js", "test:quick": "node quick-test.js", "test:full": "node api-test.js", "test:watch": "nodemon api-test.js" }, "keywords": [ "api", "test", "automation" ], "author": "", "license": "MIT", "dependencies": { "axios": "^1.6.0" }, "devDependencies": { "nodemon": "^3.0.1" } }