elasticsearch/package.json

49 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2018-01-24 23:38:07 +00:00
{
2023-07-04 08:13:15 +00:00
"name": "@apiclient.xyz/elasticsearch",
2023-08-30 10:49:39 +00:00
"version": "2.0.16",
2018-08-12 14:42:09 +00:00
"private": false,
2018-01-24 23:38:07 +00:00
"description": "log to elasticsearch in a kibana compatible format",
2023-07-04 07:13:14 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2018-01-24 23:38:07 +00:00
"author": "Lossless GmbH",
2018-01-29 18:18:36 +00:00
"license": "MIT",
2018-01-24 23:38:07 +00:00
"scripts": {
2018-08-12 14:42:09 +00:00
"test": "(tstest test/)",
"format": "(gitzone format)",
2023-07-04 07:46:04 +00:00
"build": "(tsbuild --allowimplicitany)",
2023-07-04 07:13:14 +00:00
"buildDocs": "tsdoc"
2018-01-24 23:38:07 +00:00
},
"devDependencies": {
2023-08-29 09:11:25 +00:00
"@git.zone/tsbuild": "^2.1.70",
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.80",
"@push.rocks/qenv": "^6.0.2",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.5.7"
2018-01-24 23:38:07 +00:00
},
"dependencies": {
2023-08-29 09:11:25 +00:00
"@elastic/elasticsearch": "8.9.0",
"@push.rocks/lik": "^6.0.5",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartlog-interfaces": "^3.0.0",
"@push.rocks/smartpromise": "^4.0.2",
"@push.rocks/smarttime": "^4.0.5"
2019-11-02 23:49:35 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2023-07-04 07:13:14 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2019-11-02 23:49:35 +00:00
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2023-07-04 07:13:14 +00:00
],
"type": "module",
"browserslist": [
"last 1 chrome versions"
2019-11-02 23:49:35 +00:00
]
2023-07-04 07:33:19 +00:00
}