Generating commit message...
This commit is contained in:
22
scripts/package.json
Normal file
22
scripts/package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user