@sigi/di
Version:
Dependencies injection library for sigi framework
43 lines (42 loc) • 918 B
JSON
{
"name": "@sigi/di",
"version": "2.13.1",
"description": "Dependencies injection library for sigi framework",
"keywords": [
"DI",
"Sigi"
],
"author": "LongYinan <lynweklm@gmail.com>",
"homepage": "https://sigi.how",
"license": "MIT",
"main": "dist/index.js",
"module": "esm/index.js",
"esnext": "next/index.js",
"types": "esm/index.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"sideEffects": false,
"files": [
"dist",
"esm",
"next",
"es2015",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sigi-framework/sigi.git"
},
"bugs": {
"url": "https://github.com/sigi-framework/sigi/issues"
},
"dependencies": {
"tslib": "^2.8.1"
},
"peerDependencies": {
"@abraham/reflection": ">=0.8.0"
},
"gitHead": "fd449bbdd8433527a451e6718b846d61a2c51faa"
}