UNPKG

@tdi-mc/elastic

Version:
79 lines (78 loc) 2.04 kB
{ "name": "@tdi-mc/elastic", "description": "TDI MC - ElasticSearch", "version": "0.0.7", "private": false, "license": "MIT", "author": "Brian", "homepage": "https://github.com/METACREW-Dev/tdi-mc-core.git", "repository": { "type": "git", "url": "https://github.com/METACREW-Dev/tdi-mc-core.git", "directory": "packages/elastic" }, "main": "dist/index", "types": "dist/index", "typings": "dist/index.d.ts", "files": [ "dist" ], "publishConfig": { "access": "public" }, "keywords": [ "SearchEngine", "ElasticSearch" ], "scripts": { "clean": "rimraf -rf dist", "purge": "rimraf -rf 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": { "@elastic/elasticsearch": "^8.12.2", "@tdi-mc/core": "0.0.7", "@tdi-mc/http": "0.0.7", "lodash": "^4.17.21", "merge-deep": "^3.0.3" }, "devDependencies": { "@types/merge-deep": "^3.0.3" }, "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": "bf61750f1c1710e470dc0cd56e0c23a4d5caec0a" }