-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.11 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
41
42
43
44
45
46
47
{
"name": "@loadsmart/js-metrics",
"version": "0.1.1",
"description": "JavaScript Metrics by Loadsmart",
"scripts": {
"clean": "rm -rf .cache && rm -rf dist",
"compile": "babel ./src/lib --out-dir ./dist --extensions '.js,.jsx' --ignore src/**/__tests__"
},
"main": "dist/index.js",
"files": [
"dist/*"
],
"dependencies": {
"@datadog/browser-logs": "^1.11.4"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/preset-env": "^7.9.6"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/loadsmart/js-metrics.git"
},
"keywords": [
"metrics"
],
"author": "Loadsmart Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/loadsmart/js-metrics/issues"
},
"homepage": "https://github.com/loadsmart/js-metrics#readme"
}