-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 944 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "metricq",
"version": "3.0.0",
"description": "MetricQ is a highly-scalable, distributed metric data processing framework based on RabbitMQ. This package provides a client library for the metricq-grafana endpoint.",
"repository": {
"type": "git",
"url": "https://github.com/metricq/metricq-js.git"
},
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "eslint packages --ext .js",
"format": "prettier --check 'packages/**/*.js'"
},
"author": "Mario Bielert <[email protected]>",
"license": "BSD-3-Clause",
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/eslint-parser": "^7.21.8",
"@babel/preset-env": "^7.22.4",
"babel-loader": "^9.1.2",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "2.8.8"
},
"browser": {
"child_process": false
},
"packageManager": "[email protected]"
}