UNPKG

@tsdi/platform-server-boot

Version:

boot application on node server, AOP Ioc container, via typescript decorator

39 lines 1.24 kB
{ "name": "@tsdi/platform-server-boot", "version": "6.0.48", "description": "boot application on node server, AOP Ioc container, via typescript decorator", "scripts": { "build": "ts-node -r tsconfig-paths/register taskfile.ts" }, "keywords": ["boot", "Application", "frameworks", "platform", "server", "AOP", "aop", "tsdi", "@tsdi", "tsioc", "ioc", "IoC", "type", "container", "dependency", "injection"], "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": {}, "peerDependencies": { "tslib": "^2.3.0", "globby": "^11.0.0", "@tsdi/ioc": "~6.0.48", "@tsdi/core": "~6.0.48", "@tsdi/boot": "~6.0.48", "@tsdi/platform-server": "~6.0.48" }, "directories": { "lib": "lib", "test": "test" }, "devDependencies": {}, "es5": "./src/index.js", "typings": "./src/index.d.ts", "main": "./main/platform-server-boot.js", "es2015": "./es2015/index.js", "fesm2015": "./fesm2015/platform-server-boot.js", "esm2015": "./fesm2015/platform-server-boot.js" }