UNPKG

@fastify/elasticsearch

Version:
78 lines (77 loc) 1.79 kB
{ "name": "@fastify/elasticsearch", "version": "4.0.2", "description": "Fastify plugin for elastic search", "main": "index.js", "type": "commonjs", "types": "types/index.d.ts", "scripts": { "lint": "eslint", "lint:fix": "eslint --fix", "test": "npm run test:unit && npm run test:typescript", "test:unit": "c8 --100 node --test", "test:typescript": "tsd" }, "repository": { "type": "git", "url": "git+https://github.com/fastify/fastify-elasticsearch.git" }, "keywords": [ "fastify", "elastic", "elasticsearch", "elastic search", "ES" ], "author": "Tommaso Allevi - @allevo", "contributors": [ { "name": "Matteo Collina", "email": "hello@matteocollina.com" }, { "name": "James Sumners", "url": "https://james.sumners.info" }, { "name": "Tomas Della Vedova", "url": "http://delved.org" }, { "name": "Frazer Smith", "email": "frazer.dev@icloud.com", "url": "https://github.com/fdawgs" } ], "license": "MIT", "bugs": { "url": "https://github.com/fastify/fastify-elasticsearch/issues" }, "homepage": "https://github.com/fastify/fastify-elasticsearch#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/fastify" }, { "type": "opencollective", "url": "https://opencollective.com/fastify" } ], "dependencies": { "@elastic/elasticsearch": "^8.13.1", "fastify-plugin": "^5.0.0" }, "devDependencies": { "@fastify/pre-commit": "^2.1.0", "@types/node": "^22.0.0", "c8": "^10.1.2", "eslint": "^9.17.0", "fastify": "^5.0.0", "neostandard": "^0.12.0", "tsd": "^0.31.0" }, "publishConfig": { "access": "public" } }