UNPKG

hivest-js

Version:

A simple, fast and minimalist framework for Node.js that allows you to create modular applications with dependency injection using decorators

63 lines (62 loc) 1.62 kB
{ "name": "hivest-js", "version": "0.8.0", "description": "A simple, fast and minimalist framework for Node.js that allows you to create modular applications with dependency injection using decorators", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "fernandohenriqsilva@gmail.com", "license": "MIT", "private": false, "keywords": [ "framework", "modular", "dependency-injection", "decorators", "typescript", "nodejs", "express", "api", "modules", "injection", "simple", "fast", "minimalist", "middleware", "design-patterns" ], "repository": { "type": "git", "url": "https://github.com/fernandohenriq/hivest.git" }, "bugs": { "url": "https://github.com/fernandohenriq/hivest/issues" }, "homepage": "https://github.com/fernandohenriq/hivest#readme", "scripts": { "dev": "ts-node-dev --respawn --transpile-only src/exemple/index.ts", "start": "node ./build/src/index.js", "build": "npx tsc", "prepublishOnly": "npm run build" }, "dependencies": { "express": "^4.21.0", "reflect-metadata": "^0.2.2", "tsyringe": "^4.10.0" }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/express": "^4.17.21", "@types/node": "^22.5.5", "prettier": "^3.3.3", "ts-node-dev": "^2.0.0", "typescript": "^5.6.2" }, "peerDependencies": { "express": "^4.0.0", "reflect-metadata": "^0.1.0", "tsyringe": "^4.0.0" }, "engines": { "node": ">=14.0.0" } }