forked from Meteor-Community-Packages/meteor-elastic-apm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.18 KB
/
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
33
34
35
36
37
38
39
40
{
"name": "meteor-elastic-apm",
"version": "2.5.1",
"description": "Performance Monitoring for Meteor based on Elastic APM",
"main": "meteor-elastic-apm.js",
"scripts": {
"lint": "eslint ./",
"test": "jest --coverage",
"report-coverage": "codecov",
"publish": "meteor npm i && npm prune --production && meteor publish && meteor npm i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Meteor-Community-Packages/meteor-elastic-apm.git"
},
"author": "Shynggys Kengessov",
"license": "MIT",
"bugs": {
"url": "https://github.com/Meteor-Community-Packages/meteor-elastic-apm/issues"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"babel-jest": "^25.5.1",
"babel-preset-env": "^1.7.0",
"codecov": "^3.8.3",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^3.4.1",
"jest": "^25.5.4",
"prettier": "1.19.1"
},
"homepage": "https://github.com/kschingiz/meteor-elastic-apm#readme",
"dependencies": {
"elastic-apm-node": "3.27.0",
"fibers": "^4.0.3",
"shimmer": "1.2.1"
}
}