????
Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/@nestjs/typeorm/ |
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/@nestjs/typeorm/package.json |
{ "name": "@nestjs/typeorm", "version": "9.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" }, "devDependencies": { "@commitlint/cli": "17.0.3", "@commitlint/config-angular": "17.0.3", "@nestjs/common": "9.0.8", "@nestjs/core": "9.0.8", "@nestjs/platform-express": "9.0.8", "@nestjs/testing": "9.0.8", "@types/jest": "28.1.6", "@types/node": "17.0.8", "@types/supertest": "2.0.12", "@types/uuid": "8.3.4", "@typescript-eslint/eslint-plugin": "5.33.0", "@typescript-eslint/parser": "5.33.0", "eslint": "8.21.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-import": "2.26.0", "husky": "8.0.1", "jest": "28.1.3", "lint-staged": "13.0.3", "mysql": "2.18.1", "pg": "8.7.3", "prettier": "2.7.1", "reflect-metadata": "0.1.13", "release-it": "15.3.0", "rxjs": "7.5.6", "supertest": "6.2.4", "ts-jest": "28.0.7", "typeorm": "0.3.7", "typescript": "4.7.4" }, "dependencies": { "uuid": "8.3.2" }, "peerDependencies": { "@nestjs/common": "^8.0.0 || ^9.0.0", "@nestjs/core": "^8.0.0 || ^9.0.0", "reflect-metadata": "^0.1.13", "rxjs": "^7.2.0", "typeorm": "^0.3.0" }, "lint-staged": { "*.ts": [ "prettier --write" ] }, "husky": { "hooks": { "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS", "pre-commit": "lint-staged" } }, "repository": { "type": "git", "url": "https://github.com/nestjs/typeorm" } }