@lomray/microservice-users
Version:
Users microservice based on NodeJS & inverted json.
67 lines (66 loc) • 1.92 kB
JSON
{
"name": "@lomray/microservice-users",
"version": "2.4.0",
"description": "Users microservice based on NodeJS & inverted json.",
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"node",
"js",
"microservice",
"inverted",
"json",
"users",
"worker",
"typescript",
"users"
],
"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/users",
"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.93.1",
"bcrypt": "^5.1.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"class-validator-jsonschema": "^5.0.0",
"firebase-admin": "^11.8.0",
"typeorm": "0.2.41"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0"
},
"peerDependencies": {
"tslib": "^2.6.1"
},
"overrides": {
"typeorm": {
"xml2js": "0.5.0"
},
"winston-loki": {
"protobufjs": "^7.2.4"
}
}
}