UNPKG

@joktec/mysql

Version:

JokTec - MySql Service

84 lines (83 loc) 2.06 kB
{ "name": "@joktec/mysql", "description": "JokTec - MySql Service", "version": "0.2.11", "private": false, "license": "MIT", "author": "JokTec", "engines": { "node": ">=14.0.0" }, "main": "dist/index", "types": "dist/index", "typings": "dist/index.d.ts", "files": [ "dist", "bin" ], "publishConfig": { "access": "public", "provenance": false }, "keywords": [ "mysql", "mysql2", "sequelize", "sequelize-typescript" ], "scripts": { "clean": "rimraf -rf dist", "purge": "rimraf -rf dist node_modules", "prebuild": "yarn clean", "build": "nest build -p tsconfig.json", "prepublishOnly": "yarn build", "format": "prettier \"./src/**/*.ts\" --ignore-path ./.prettierignore --write", "lint": "eslint --fix \"./src/**/*.ts\"", "dep:upgrade": "ncu -p yarn -u", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage", "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand", "test:e2e": "jest --config ./test/jest-e2e.json" }, "dependencies": { "@joktec/core": "0.2.10", "@joktec/utils": "0.1.3", "lodash": "^4.17.21", "mysql": "2.18.1", "mysql2": "^3.14.0", "reflect-metadata": "0.2.2", "typeorm": "^0.3.21" }, "devDependencies": { "@types/lodash": "^4.17.16", "@types/mysql": "^2.15.26", "@types/validator": "^13.12.2" }, "lint-staged": { "*.ts": [ "prettier --write --ignore-path ./.prettierignore", "eslint --fix" ] }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "jest": { "passWithNoTests": true, "preset": "ts-jest", "rootDir": "src", "transform": { "^.+\\.(t|s)s$": "ts-jest" }, "coverageDirectory": "<rootDir>/../coverage/", "collectCoverageFrom": [ "**/*.{ts,js}", "!**/index.ts", "!**/*.{d,enum}.ts" ] }, "gitHead": "c5b034149d51c8c49cae21872566c6acea1dc7af" }