{ "name": "mockly-hono", "version": "2.0.0", "description": "File-based mock API server. Hono edition.", "type": "module", "main": "src/index.ts", "scripts": { "dev": "tsx watch src/index.ts", "start": "tsx src/index.ts", "openapi": "tsx scripts/from-openapi.ts", "lint": "tsc --noEmit" }, "dependencies": { "@hono/node-server": "^1.13.7", "hono": "^4.6.14", "@faker-js/faker": "^9.3.0", "json5": "^2.2.3", "yaml": "^2.6.1" }, "devDependencies": { "tsx": "^4.19.2", "typescript": "^5.7.2" } }