makeomatic/mservice

View on GitHub
packages/plugin-couchdb/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@microfleet/plugin-couchdb",
  "description": "couchdb adapter for microfleet",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "version": "6.0.1",
  "scripts": {
    "lint": "eslint './src/**/*.ts'",
    "test": "npm run test:e2e",
    "test:e2e": "mdep test run",
    "clean": "rimraf ./lib *.tsbuildinfo",
    "build": "tsc -b ./tsconfig.build.json"
  },
  "tags": [
    "microservice",
    "microfleet",
    "knex",
    "sql",
    "postgresql"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/microfleet/core.git",
    "directory": "packages/plugin-couchdb"
  },
  "author": "Vitaly Aminev <v@makeomatic.ca>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/microfleet/core/issues"
  },
  "homepage": "https://github.com/microfleet/core#readme",
  "peerDependencies": {
    "@microfleet/core": "workspace:^",
    "common-errors": "~1.x.x"
  },
  "dependencies": {
    "@microfleet/core-types": "workspace:^",
    "@microfleet/plugin-logger": "workspace:^",
    "@microfleet/plugin-validator": "workspace:^",
    "@microfleet/utils": "workspace:^",
    "bluebird": "^3.7.2",
    "bluebird-retry": "^0.11.0",
    "nano": "^10.1.3"
  },
  "devDependencies": {
    "@makeomatic/deploy": "^13.0.7",
    "@microfleet/core": "workspace:^",
    "@release-it/conventional-changelog": "^4.3.0",
    "@types/bluebird": "^3.5.42",
    "@types/bluebird-retry": "^0.11.8",
    "@types/common-errors": "^1.0.5",
    "@types/jest": "29.5.12",
    "@types/node": "^20.14.13",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "common-errors": "^1.2.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.57.0",
    "eslint-config-makeomatic": "^6.0.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-unicorn": "^51.0.1",
    "jest": "^29.7.0",
    "release-it": "^14.14.3",
    "rimraf": "^5.0.9",
    "sinon": "^17.0.1",
    "tsconfig-paths": "^4.2.0",
    "typescript": "~5.3.3"
  },
  "engines": {
    "node": ">= 12.14.0",
    "npm": ">= 4.0.0"
  },
  "files": [
    "lib/",
    "src/",
    "schemas/"
  ]
}