@tailt9/nestjs-mysql
Version:
Library use nestjs mysql, typeorm, mysql2
45 lines (44 loc) • 1.01 kB
JSON
{
"name": "@tailt9/nestjs-mysql",
"version": "1.0.5",
"description": "Library use nestjs mysql, typeorm, mysql2",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"workspaces": [
"libs/*"
],
"scripts": {
"build": "nest build",
"prepublishOnly": "npm run build"
},
"keywords": [
"NestJs",
"Typeorm",
"mysql2"
],
"dependencies": {
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.15",
"@nestjs/typeorm": "^10.0.2",
"dotenv": "^16.4.7",
"mysql2": "^3.12.0",
"typeorm": "^0.3.20"
},
"homepage": "https://github.com/PackagesNestJs/nest-mysql#readme",
"bugs": {
"url": "https://github.com/PackagesNestJs/nest-mysql/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/PackagesNestJs/nest-mysql.git"
},
"license": "MIT",
"author": "Tai Tien",
"type": "commonjs",
"main": "dist/index.js",
"devDependencies": {
"@nestjs/cli": "^10.4.9"
}
}