UNPKG

@yobuligo/service-provider.typescript

Version:

A dependency injection implementation for TypeScript by using a service provider / service locator.

35 lines 988 B
{ "name": "@yobuligo/service-provider.typescript", "version": "1.0.3", "description": "A dependency injection implementation for TypeScript by using a service provider / service locator.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "mocha -r ts-node/register tests/*.ts" }, "author": "Yobuligo", "license": "ISC", "devDependencies": { "@types/chai": "^4.3.4", "@types/mocha": "^10.0.1", "chai": "^4.3.7", "mocha": "^10.2.0", "ts-node": "^10.9.1" }, "directories": { "test": "tests" }, "repository": { "type": "git", "url": "git+https://github.com/Yobuligo/service-provider.typescript.git" }, "keywords": [ "DependencyInjection", "ServiceProvider" ], "bugs": { "url": "https://github.com/Yobuligo/service-provider.typescript/issues" }, "homepage": "https://github.com/Yobuligo/service-provider.typescript#readme", "files": ["/dist"] }