chen-elasticsearch
Version:
ElasticSearch Provider for Chen Framework
31 lines (30 loc) • 739 B
JSON
{
"name": "chen-elasticsearch",
"version": "0.0.2",
"description": "ElasticSearch Provider for Chen Framework",
"main": "index.js",
"scripts": {
"test": "npm test",
"build": "chen-tsc",
"build:watch": "chen-tsc --watch",
"prepublish": "chen-tsc",
"postinstall": "typings install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chen-framework/elasticsearch.git"
},
"keywords": [
"elasticsearch",
"chen"
],
"author": "tontonskie",
"license": "ISC",
"bugs": {
"url": "https://github.com/chen-framework/elasticsearch/issues"
},
"homepage": "https://github.com/chen-framework/elasticsearch#readme",
"dependencies": {
"elasticsearch": "^11.0.1"
}
}