-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.13 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
{
"name": "breif-error-reporter",
"version": "0.1.8",
"description": "A simple library that helps to report error details based on `window.onerror` and integrates with vConsole. ",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"repository": {
"type": "git",
"url": "git+https://github.com/liuyunzhuge/error-reporter"
},
"keywords": [
"error-reporter"
],
"author": "liuyunzhuge",
"license": "MIT",
"bugs": {
"url": "https://github.com/liuyunzhuge/error-reporter/issues"
},
"homepage": "https://github.com/liuyunzhuge/error-reporter#readme",
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/plugin-external-helpers": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"rollup": "^1.27.8",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.3"
},
"scripts": {
"compile": "rollup -c"
},
"dependencies": {
"@babel/runtime": "^7.7.4"
}
}