| 123456789101112131415161718192021222324252627 |
- {
- "name": "@vendure/elasticsearch-plugin",
- "version": "0.1.2-beta.12",
- "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"
- },
- "publishConfig": {
- "access": "public"
- },
- "dependencies": {
- "@elastic/elasticsearch": "^7.1.0",
- "deepmerge": "^4.0.0"
- },
- "devDependencies": {
- "@vendure/common": "^0.1.2-beta.12",
- "@vendure/core": "^0.1.2-beta.12",
- "rimraf": "^2.6.3",
- "typescript": "^3.4.1"
- }
- }
|