@cmmv/repository
Version:
Repository module using TypeORM for CMMV
34 lines (33 loc) • 791 B
JSON
{
"name": "@cmmv/repository",
"version": "1.0.1",
"description": "Repository module using TypeORM for CMMV",
"keywords": [
"cmmv",
"framework",
"typeorm",
"mongodb",
"sqlite",
"mysql"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cmmvio/cmmv.git"
},
"author": "Andre Ferreira",
"license": "MIT",
"bugs": {
"url": "https://github.com/cmmvio/cmmv/issues"
},
"homepage": "https://cmmv.io",
"dependencies": {
"@cmmv/auth": "1.0.1",
"mongodb": "^6.13.1",
"sqlite3": "^5.1.7",
"typeorm": "^0.3.20"
},
"gitHead": "eb418ea31d1d42a976846fa1158423cd05c44a62"
}