UNPKG

@tsdi/typeorm-adapter

Version:

@tsdi/typeorm-adapter is typeorm adapter orm for boot application, mvc frameworks on server.

37 lines 1.26 kB
{ "name": "@tsdi/typeorm-adapter", "version": "6.0.48", "description": "@tsdi/typeorm-adapter is typeorm adapter orm for boot application, mvc frameworks on server.", "main": "./bundle/typeorm-adapter.umd.js", "typings": "./src/index.d.ts", "scripts": { "build": "tsdi build" }, "keywords": ["typeorm", "adapter", "mvc", "type-mvc", "typemvc", "boot", "frameworks", "Application", "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": "git+https://github.com/zhouhoujun/tsioc.git" }, "dependencies": { "typeorm": "~0.2.25" }, "peerDependencies": { "reflect-metadata": "^0.1.13", "@tsdi/annotations": "~6.0.48", "@tsdi/ioc": "~6.0.48", "@tsdi/boot": "~6.0.48", "@tsdi/core": "~6.0.48", "@tsdi/logs": "~6.0.48", "tslib": "^2.3.0" }, "homepage": "https://github.com/zhouhoujun/tsioc/tree/master/packages/typeorm-adapter#readme#readme", "es5": "./src/index.js", "es2015": "./es2015/index.js", "fesm2015": "./fesm2015/typeorm-adapter.js", "esm2015": "./fesm2015/typeorm-adapter.js" }