{ "name": "mock-server", "version": "1.0.0", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "chokidar": "^4.0.3", "dayjs": "^1.11.13", "express": "^5.1.0", "fs-extra": "^11.3.0", "lowdb": "^3.0.0", "mockjs": "^1.1.0", "node-ssh": "^13.2.1", "ssh2": "^1.16.0", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1" } }