UNPKG

@nestjs/typeorm

Version:

Nest - modern, fast, powerful node.js web framework (@typeorm)

70 lines (69 loc) 2.12 kB
{ "name": "@nestjs/typeorm", "version": "10.0.0", "description": "Nest - modern, fast, powerful node.js web framework (@typeorm)", "author": "Kamil Mysliwiec", "license": "MIT", "url": "https://github.com/nestjs/typeorm#readme", "scripts": { "build": "rm -rf dist && tsc -p tsconfig.json", "format": "prettier --write \"**/*.ts\"", "lint": "eslint 'lib/**/*.ts' --fix", "prepublish:npm": "npm run build", "publish:npm": "npm publish --access public", "prepublish:next": "npm run build", "publish:next": "npm publish --access public --tag next", "test:e2e": "jest --config ./tests/jest-e2e.json --runInBand", "test:e2e:dev": "jest --config ./tests/jest-e2e.json --runInBand --watch", "prerelease": "npm run build", "release": "release-it", "prepare": "husky install" }, "devDependencies": { "@commitlint/cli": "17.6.5", "@commitlint/config-angular": "17.6.5", "@nestjs/common": "10.0.0", "@nestjs/core": "10.0.0", "@nestjs/platform-express": "10.0.0", "@nestjs/testing": "10.0.0", "@types/jest": "29.5.2", "@types/node": "18.16.18", "@types/supertest": "2.0.12", "@types/uuid": "9.0.2", "@typescript-eslint/eslint-plugin": "5.59.11", "@typescript-eslint/parser": "5.59.11", "eslint": "8.42.0", "eslint-config-prettier": "8.8.0", "eslint-plugin-import": "2.27.5", "husky": "8.0.3", "jest": "29.5.0", "lint-staged": "13.2.2", "mysql": "2.18.1", "pg": "8.11.0", "prettier": "2.8.8", "reflect-metadata": "0.1.13", "release-it": "15.11.0", "rxjs": "7.8.1", "supertest": "6.3.3", "ts-jest": "29.1.0", "typeorm": "0.3.16", "typescript": "5.1.3" }, "dependencies": { "uuid": "9.0.0" }, "peerDependencies": { "@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0", "@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0", "reflect-metadata": "^0.1.13", "rxjs": "^7.2.0", "typeorm": "^0.3.0" }, "lint-staged": { "**/*.{ts,json}": [] }, "repository": { "type": "git", "url": "https://github.com/nestjs/typeorm" } }