{ "name": "@vendure/elasticsearch-plugin", "version": "2.0.0-next.28", "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": "cross-env PACKAGE=elasticsearch-plugin vitest --config ../../e2e-common/vitest.config.ts --run", "e2e:watch": "cross-env PACKAGE=elasticsearch-plugin vitest --config ../../e2e-common/vitest.config.ts" }, "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": "^2.0.0-next.28", "@vendure/core": "^2.0.0-next.28", "rimraf": "^3.0.2", "typescript": "4.9.5" } }