UNPKG

@ts-ioc/platform-server

Version:

tsioc is AOP, Ioc container, via typescript decorator

54 lines 1.31 kB
{ "name": "@ts-ioc/platform-server", "version": "4.0.5", "description": "tsioc is AOP, Ioc container, via typescript decorator", "es2015": "./fesm2015/platform-server.js", "esm2015": "./es2015/index.js", "esm5": "./lib/index.js", "fesm5": "./fesm5/platform-server.js", "module": "./fesm5/platform-server.js", "main": "./lib/index.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": { "reflect-metadata": "^0.1.12", "tslib": "^1.9.3", "globby": "^9.0.0" }, "peerDependencies": { "@ts-ioc/core": "^4.0.5" }, "directories": { "lib": "lib", "test": "test" } }