elasticsearch/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2018-01-24 23:38:07 +00:00
{
2023-07-04 08:13:15 +00:00
"name": "@apiclient.xyz/elasticsearch",
2023-07-04 08:13:15 +00:00
"version": "1.0.36",
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-07-04 07:13:14 +00:00
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.42",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/qenv": "^5.0.2",
"@pushrocks/tapbundle": "^5.0.8",
"@types/node": "^20.3.3"
2018-01-24 23:38:07 +00:00
},
"dependencies": {
2023-07-04 07:13:14 +00:00
"@pushrocks/lik": "^6.0.2",
"@pushrocks/smartdelay": "^3.0.1",
"@pushrocks/smartlog-interfaces": "^3.0.0",
"@pushrocks/smartpromise": "^4.0.2",
"@pushrocks/smarttime": "^4.0.1",
"@types/elasticsearch": "^5.0.40",
"elasticsearch": "^16.7.3"
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
}