UNPKG

@jsgurucompany/jsg-nestjs-common

Version:

Initial README.md

94 lines (93 loc) 2.58 kB
{ "name": "@jsgurucompany/jsg-nestjs-common", "version": "1.1.4", "description": "Initial README.md", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && copyfiles -u 1 src/**/*.template lib/", "format": "prettier --write \"src/**/*.ts\"", "lint": "eslint \"src/**/*.ts\" --fix", "prepare": "yarn build", "prepublishOnly": "yarn lint", "preversion": "yarn lint", "version": "yarn format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git@github.com:jsguru-io/jsg-nestjs-common.git" }, "files": [ "lib/**/*" ], "dependencies": { "class-transformer": "^0.5.1", "class-validator": "^0.13.2", "handlebars": "^4.7.7", "lodash": "^4.17.21", "pg": "^8.7.1", "pluralize": "^8.0.0", "rimraf": "^3.0.2", "rxjs": "^7.2.0", "sequelize": "6.17.0", "sequelize-typescript": "2.1.3", "stringcase": "^4.3.1", "umzug": "^3.0.0-beta.16" }, "peerDependencies": { "@nestjs/common": "^8.0.0", "@nestjs/core": "^8.0.0", "nestjs-command": "^3.1.0", "reflect-metadata": "^0.1.13", "yargs": "^17.2.1" }, "devDependencies": { "@nestjs/cli": "^8.0.0", "@nestjs/common": "^8.0.0", "@nestjs/config": "^2.1.0", "@nestjs/core": "^8.0.0", "@nestjs/platform-express": "^8.0.0", "@nestjs/schematics": "^8.0.0", "@nestjs/testing": "^8.0.0", "@types/express": "^4.17.13", "@types/jest": "27.0.2", "@types/lodash": "^4.14.182", "@types/node": "^16.0.0", "@types/pluralize": "^0.0.29", "@types/supertest": "^2.0.11", "@types/umzug": "^2.3.2", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "class-transformer": "^0.5.1", "class-validator": "^0.13.2", "copyfiles": "^2.4.1", "eslint": "^8.0.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "jest": "^27.2.5", "nestjs-command": "^3.1.0", "prettier": "^2.7.0", "reflect-metadata": "^0.1.13", "source-map-support": "^0.5.20", "supertest": "^6.1.3", "ts-jest": "^27.0.3", "ts-loader": "^9.2.3", "ts-node": "^10.0.0", "tsconfig-paths": "^3.10.1", "typescript": "^4.3.5" }, "keywords": [ "nestjs", "template", "nestjs-common", "jsguru", "jsguru.io", "javascript", "typescript", "backend" ], "author": "Srdjan Zupljanin, JSG", "license": "ISC" }