Lund-Org/cherry-typeorm-connector

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@lund-org/cherry-typeorm-connector",
  "version": "0.0.6",
  "description": "A plugin to use typeorm as the ORM of the framework",
  "main": "./src/connector.js",
  "author": "Lund-Org",
  "license": "MIT",
  "homepage": "https://github.com/Lund-Org/cherry-typeorm-connector#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lund-Org/cherry-typeorm-connector.git"
  },
  "bugs": {
    "url": "https://github.com/Lund-Org/cherry-typeorm-connector/issues"
  },
  "scripts": {
    "lint": "eslint .",
    "pretest": "npm run lint",
    "test": "mocha --compilers js:@babel/register --require ignore-styles -r jsdom-global/register",
    "coverage": "nyc npm run test"
  },
  "engines": {
    "node": ">= 8.0.0"
  },
  "dependencies": {
    "typeorm": "^0.2.19"
  },
  "devDependencies": {
    "@babel/core": "^7.6.2",
    "@babel/register": "^7.6.2",
    "chai": "^4.2.0",
    "eslint": "^6.4.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "ignore-styles": "^5.0.1",
    "jsdom": "^15.1.1",
    "jsdom-global": "^3.0.2",
    "mocha": "^5.2.0",
    "mysql2": "^1.7.0",
    "nyc": "^14.1.1"
  },
  "keywords": [
    "cherry",
    "connector",
    "typeorm",
    "plugin",
    "orm",
    "database"
  ],
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src"
  ]
}