22 lines
551 B
JSON
22 lines
551 B
JSON
{
|
|
"name": "jiebanke-api-tests",
|
|
"version": "1.0.0",
|
|
"description": "结伴客系统API测试脚本",
|
|
"main": "test-api.js",
|
|
"scripts": {
|
|
"test": "node test-api.js",
|
|
"test:health": "node -e \"require('./test-api.js').api.get('/health').then(r => console.log('健康检查:', r.data)).catch(console.error)\""
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.0"
|
|
},
|
|
"devDependencies": {},
|
|
"keywords": [
|
|
"api-testing",
|
|
"jiebanke",
|
|
"travel",
|
|
"animal-adoption"
|
|
],
|
|
"author": "结伴客开发团队",
|
|
"license": "MIT"
|
|
} |