@ts-ioc/logs
Version:
tsioc is AOP, Ioc container, via typescript decorator
54 lines • 1.28 kB
JSON
{
"name": "@ts-ioc/logs",
"version": "4.0.5",
"description": "tsioc is AOP, Ioc container, via typescript decorator",
"es2015": "./fesm2015/logs.js",
"esm2015": "./es2015/index.js",
"esm5": "./lib/index.js",
"fesm5": "./fesm5/logs.js",
"module": "./fesm5/logs.js",
"main": "./bundles/logs.umd.js",
"typings": "./lib/index.d.ts",
"scripts": {
"postinstall": "npm prune",
"reinstall": "npm cache clean && npm install",
"build": "ts-node -r tsconfig-paths/register taskfile.ts"
},
"keywords": [
"IoC",
"AOP",
"dependency",
"injection",
"ts-ioc",
"@ts-ioc",
"tsioc",
"container",
"decorator",
"autofac",
"Inject",
"type",
"typescript"
],
"author": "houjun",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhouhoujun/tsioc/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/zhouhoujun/tsioc.git"
},
"homepage": "https://github.com/zhouhoujun/tsioc#readme",
"dependencies": {
"@ts-ioc/core": "^4.0.5",
"@ts-ioc/aop": "^4.0.5",
"reflect-metadata": "^0.1.12",
"tslib": "^1.9.3"
},
"peerDependencies": {
},
"directories": {
"lib": "lib"
},
"devDependencies": {}
}