kibana/packages/kbn-datemath/package.json
Tiago Costa eb0ef19583
chore(NA): upgrades bazel rules nodejs to v5 (#129522)
* chore(NA): upgrade bazel into v5

* chore(NA): initial work to upgrade to rules v5

* chore(NA): remove @elastic/datemath jest unit test for eslint plugin imports

* chore(NA): removed packager tsc_wrapped added my mistake
2022-04-08 20:42:37 +01:00

10 lines
No EOL
233 B
JSON

{
"name": "@kbn/datemath",
"version": "5.0.4",
"description": "elasticsearch datemath parser, used in kibana",
"license": "Apache-2.0",
"main": "./target_node/index.js",
"peerDependencies": {
"moment": "^2.24.0"
}
}