UNPKG

restana

Version:

Super fast and minimalist web framework for building REST micro-services.

69 lines 1.75 kB
{ "name": "restana", "version": "v6.0.1", "description": "Super fast and minimalist web framework for building REST micro-services.", "main": "index.js", "types": "index.d.ts", "scripts": { "lint": "npx standard", "format": "npx standard --fix", "test": "cross-env PORT=3000 NODE_ENV=testing npx nyc --check-coverage --lines 95 node ./node_modules/mocha/bin/mocha specs/*.test.js", "postinstall": "node ./libs/tasks/postinstall.js" }, "repository": { "type": "git", "url": "git+https://github.com/jkyberneees/restana.git" }, "keywords": [ "rest", "http", "framework", "web", "service" ], "engines": { "node": ">=24.x" }, "author": "Rolando Santamaria Maso <kyberneees@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/jkyberneees/restana/issues" }, "files": [ "LICENSE.md", "README.md", "index.js", "index.d.ts", "libs/" ], "homepage": "https://github.com/jkyberneees/restana#readme", "dependencies": { "0http": "^4.4.0" }, "overrides": { "diff": "9.0.0", "serialize-javascript": "7.0.5" }, "devDependencies": { "benchmark": "^2.1.4", "body-parser": "^2.2.2", "chai": "^6.2.2", "cross-env": "^10.1.0", "express": "^5.2.1", "express-jwt": "^8.5.1", "http-cache-middleware": "^1.4.1", "microtime": "^3.1.1", "mocha": "^11.7.5", "morgan": "^1.10.1", "nyc": "^17.1.0", "openapi-validator-middleware": "^3.2.6", "pem": "^1.14.8", "response-time": "^2.3.4", "restana-swagger-validator": "^1.0.0", "serve-static": "^2.2.1", "socket.io": "^4.8.3", "socket.io-client": "^4.8.3", "supertest": "^7.2.2", "winston": "^3.19.0" } }