UNPKG

@hermandev/dilite

Version:

Simple and lightweight Dependency Injection container for TypeScript / Next.js apps

35 lines (34 loc) 819 B
{ "name": "@hermandev/dilite", "version": "0.0.8", "description": "Simple and lightweight Dependency Injection container for TypeScript / Next.js apps", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc -w", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/hermandev/dilite.git" }, "author": "hermandev", "license": "MIT", "bugs": { "url": "https://github.com/hermandev/dilite/issues" }, "homepage": "https://github.com/hermandev/dilite#readme", "publishConfig": { "access": "public" }, "keywords": [ "dependency-injection", "typescript", "nextjs", "di-container" ], "devDependencies": { "typescript": "^5.8.3" } }