????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@nestjs/typeorm/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@nestjs/typeorm/package.json |
{ "name": "@nestjs/typeorm", "version": "10.0.1", "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": "18.4.1", "@commitlint/config-angular": "18.4.0", "@nestjs/common": "10.2.8", "@nestjs/core": "10.2.8", "@nestjs/platform-express": "10.2.8", "@nestjs/testing": "10.2.8", "@types/jest": "29.5.8", "@types/node": "20.9.0", "@types/supertest": "2.0.16", "@types/uuid": "9.0.7", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "6.11.0", "eslint": "8.53.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-import": "2.29.0", "husky": "8.0.3", "jest": "29.7.0", "lint-staged": "15.1.0", "mysql": "2.18.1", "pg": "8.11.3", "prettier": "3.1.0", "reflect-metadata": "0.1.13", "release-it": "17.0.0", "rxjs": "7.8.1", "supertest": "6.3.3", "ts-jest": "29.1.1", "typeorm": "0.3.17", "typescript": "5.2.2" }, "dependencies": { "uuid": "9.0.1" }, "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" } }