@sonibble-creators/nest-microservice-pack
Version:
Microservice pack dependencies for NestJS
59 lines (58 loc) • 1.67 kB
JSON
{
"name": "@sonibble-creators/nest-microservice-pack",
"version": "0.0.1",
"description": "Microservice pack dependencies for NestJS",
"author": "Sonibble Developer <developer.sonibble@gmail.com>",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.js",
"keywords": [
"Microservice",
"Sonibble",
"NestJS",
"Cursor",
"Relay",
"GraphQL",
"Navigation",
"Federation"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/sonibble-creators/products/plugins-addons/nest-microservice-pack"
},
"bugs": "https://gitlab.com/sonibble-creators/products/plugins-addons/nest-microservice-pack/-/issues",
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
},
"dependencies": {
"@mikro-orm/core": "^5.0.5",
"@mikro-orm/mongodb": "^5.0.5",
"@nestjs/common": "^8.0.0",
"@nestjs/graphql": "^10.0.7",
"graphql-relay": "^0.10.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0"
},
"devDependencies": {
"@nestjs/cli": "^8.0.0",
"@types/graphql-relay": "^0.7.0",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.3.2",
"source-map-support": "^0.5.20",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.10.1",
"typescript": "^4.3.5"
}
}