-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.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.2",
"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.22.20",
"babel-jest": "^25.5.1",
"babel-preset-env": "^1.7.0",
"codecov": "^3.8.3",
"eslint": "^8.50.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.7.0",
"prettier": "3.0.3"
},
"homepage": "https://github.com/kschingiz/meteor-elastic-apm#readme",
"dependencies": {
"elastic-apm-node": "3.15.0",
"fibers": "^4.0.3",
"shimmer": "1.2.1"
}
}