aiao-io/aiao

View on GitHub
libs/typeorm-plus/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@aiao/typeorm-plus",
  "version": "0.2.5-alpha.1",
  "description": "typeorm support sequelize query",
  "homepage": "https://github.com/aiao-io/aiao",
  "author": "Jimmy<hero63418@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/aiao-io/aiao.git"
  },
  "bugs": {
    "url": "https://github.com/aiao-io/aiao/issues"
  },
  "keywords": [
    "nestjs",
    "typeorm"
  ],
  "peerDependencies": {
    "lodash": "^4.17.15",
    "sequelize": "^6.3.3",
    "typeorm": "^0.2.22"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org",
    "directory": "../../dist/libs/typeorm-plus"
  }
}