@mvx/model
Version:
@mvx/model is model for mvc frameworker on server.
39 lines • 1.21 kB
JSON
{
"name": "@mvx/model",
"version": "4.0.38",
"description": "@mvx/model is model for mvc frameworker on server.",
"main": "./fesm5/model.js",
"typings": "./src/index.d.ts",
"scripts": {
"build": "tsdi build"
},
"keywords": ["model", "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/type-mvc/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhouhoujun/type-mvc.git"
},
"peerDependencies": {
"reflect-metadata": "^0.1.13",
"@tsdi/annotations": "~6.0.40",
"@tsdi/ioc": "~6.0.40",
"@tsdi/aop": "~6.0.40",
"@tsdi/boot": "~6.0.40",
"@tsdi/cli": "~6.0.40",
"@tsdi/core": "~6.0.40",
"@tsdi/logs": "~6.0.40",
"@mvx/mvc": "~4.0.38",
"tslib": "^1.13.0"
},
"homepage": "https://github.com/zhouhoujun/type-mvc#readme",
"es5": "./src/index.js",
"fesm5": "./fesm5/model.js",
"esm5": "./fesm5/model.js",
"es2017": "./es2017/index.js",
"fesm2017": "./fesm2017/model.js",
"esm2017": "./fesm2017/model.js"
}