Files
elasticsearch/package.json

60 lines
1.6 KiB
JSON
Raw Normal View History

2018-01-25 00:38:07 +01:00
{
2023-07-04 10:13:15 +02:00
"name": "@apiclient.xyz/elasticsearch",
2023-08-30 12:49:39 +02:00
"version": "2.0.16",
2018-08-12 16:42:09 +02:00
"private": false,
2018-01-25 00:38:07 +01:00
"description": "log to elasticsearch in a kibana compatible format",
2023-07-04 09:13:14 +02:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2018-01-25 00:38:07 +01:00
"author": "Lossless GmbH",
2018-01-29 19:18:36 +01:00
"license": "MIT",
2018-01-25 00:38:07 +01:00
"scripts": {
2018-08-12 16:42:09 +02:00
"test": "(tstest test/)",
"format": "(gitzone format)",
2023-07-04 09:46:04 +02:00
"build": "(tsbuild --allowimplicitany)",
2023-07-04 09:13:14 +02:00
"buildDocs": "tsdoc"
2018-01-25 00:38:07 +01:00
},
"devDependencies": {
"@git.zone/tsbuild": "^3.1.0",
"@git.zone/tsrun": "^2.0.0",
"@git.zone/tstest": "^3.1.3",
"@push.rocks/qenv": "^6.1.3",
"@types/node": "^24.10.1"
2018-01-25 00:38:07 +01:00
},
"dependencies": {
"@elastic/elasticsearch": "^9.2.0",
"@push.rocks/lik": "^6.2.2",
2023-08-29 11:11:25 +02:00
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartlog-interfaces": "^3.0.2",
"@push.rocks/smartpromise": "^4.2.3",
"@push.rocks/smarttime": "^4.1.1"
2019-11-03 00:49:35 +01:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2023-07-04 09:13:14 +02:00
"dist_*/**/*",
"dist_ts/**/*",
2019-11-03 00:49:35 +01:00
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2023-07-04 09:13:14 +02:00
],
"type": "module",
"browserslist": [
"last 1 chrome versions"
],
"repository": {
"type": "git",
"url": "https://gitlab.com/mojoio/elasticsearch.git"
},
"bugs": {
"url": "https://gitlab.com/mojoio/elasticsearch/issues"
},
"homepage": "https://gitlab.com/mojoio/elasticsearch#readme",
"pnpm": {
"overrides": {}
},
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34"
2023-07-04 09:33:19 +02:00
}