UNPKG

@cmmv/repository

Version:

Repository module using TypeORM for CMMV

34 lines (33 loc) 793 B
{ "name": "@cmmv/repository", "version": "0.13.0", "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": "0.13.0", "mongodb": "^6.13.1", "sqlite3": "^5.1.7", "typeorm": "^0.3.20" }, "gitHead": "7c947b9634a69db0462837b2b2f69a6eaedb8a90" }