{ "name": "@vendure/elasticsearch-plugin", "version": "1.9.7", "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "watch": "tsc -p ./tsconfig.build.json --watch", "build": "rimraf lib && tsc -p ./tsconfig.build.json", "lint": "tslint --fix --project ./", "test": "jest --config ./jest.config.js", "e2e": "node e2e/check-connection.js || jest --config ../../e2e-common/jest-config.js --package=elasticsearch-plugin" }, "homepage": "https://www.vendure.io/", "funding": "https://github.com/sponsors/michaelbromley", "publishConfig": { "access": "public" }, "dependencies": { "@elastic/elasticsearch": "^7.9.1", "deepmerge": "^4.2.2", "fast-deep-equal": "^3.1.3" }, "devDependencies": { "@vendure/common": "^1.9.7", "@vendure/core": "^1.9.7", "rimraf": "^3.0.2", "typescript": "4.3.5" } }