node-api-analytics
Version:
Monitoring and analytics for node API applications.
20 lines (19 loc) • 397 B
JSON
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "express.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@hono/node-server": "^1.14.0",
"express": "^4.18.2",
"fastify": "^4.10.2",
"hono": "^4.7.5",
"koa": "^2.13.4"
}
}