UNPKG

reactant-di

Version:

A dependency injection lib for Reactant

35 lines (34 loc) 818 B
{ "name": "reactant-di", "version": "0.140.0", "description": "A dependency injection lib for Reactant", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "typedoc": { "entryPoint": "src/index.ts" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Reactant", "DI", "dependency injection" ], "homepage": "https://reactant.js.org/", "repository": { "type": "git", "url": "git+https://github.com/unadlib/reactant.git", "directory": "packages/reactant-di" }, "authors": [ "Michael Lin <unadlib@gmail.com> (https://github.com/unadlib)" ], "license": "MIT", "dependencies": { "inversify": "^5.1.1", "reflect-metadata": "^0.1.13" } }