{
  "name": "@lomray/microservice-payment-stripe",
  "version": "2.4.0",
  "description": "Stripe payment microservice based on NodeJS & inverted json.",
  "main": "index.js",
  "types": "index.d.ts",
  "keywords": [
    "node",
    "js",
    "microservice",
    "inverted",
    "json",
    "worker",
    "typescript",
    "payment-stripe"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Lomray-Software/microservices.git"
  },
  "bugs": {
    "url": "https://github.com/Lomray-Software/microservices/issues"
  },
  "homepage": "https://github.com/Lomray-Software/microservices",
  "author": "Mikhail Yarmaliuk",
  "license": "Apache-2.0",
  "scripts": {
    "test": "cross-env NODE_ENV=tests TS_NODE_COMPILER_OPTIONS={\\\"target\\\":\\\"es6\\\"} mocha --harmony --no-warnings  __tests__ --require ts-node/register --recursive --unhandled-rejections=strict --exit",
    "lint:check": "eslint --ext \".ts,.tsx\" \"src/**/*.{ts,tsx,*.ts,*tsx}\"",
    "lint:format": "eslint --fix --ext \".ts,.tsx\" \"src/**/*.{ts,tsx,*.ts,*tsx}\"",
    "ts:check": "tsc --project ./tsconfig.json --skipLibCheck --noemit",
    "build": "rollup -c",
    "typeorm:dev": "node --require ts-node/register node_modules/typeorm/cli.js",
    "typeorm:prod": "node node_modules/typeorm/cli.js",
    "start:dev": "node --require ts-node/register src/index.ts",
    "start:prod": "node --require ./lib/tracer.js ./lib/index.js"
  },
  "dependencies": {
    "@lomray/microservice-helpers": "^2.18.0",
    "@lomray/microservices-client-api": "^2.100.0",
    "class-transformer": "^0.5.1",
    "class-validator": "^0.14.0",
    "class-validator-jsonschema": "^5.0.0",
    "stripe": "^11.16.0",
    "typeorm": "0.2.41",
    "uuidv4": "^6.2.13",
    "lodash": "^4.17.21"
  },
  "peerDependencies": {
    "tslib": "^2.6.1",
    "@types/lodash": "^4.14.195"
  },
  "overrides": {
    "typeorm": {
      "xml2js": "0.5.0"
    },
    "winston-loki": {
      "protobufjs": "^7.2.4"
    }
  }
}
