-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.08 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
{
"name": "reguard-sdk",
"version": "1.0.1",
"main": "./dist/index.min.js",
"module": "./dist/index.esm.js",
"files": ["./dist"],
"scripts": {
"build": "rm -rf ./dist && rollup -c",
"lint": "eslint --fix ./src",
"test": "rollup -c && scp ./dist/index.js ./demo/index.js && cd demo && serve",
"prepare": "husky install"
},
"keywords": ["web monitor", "reguard", "monitor", "SDK", "web Tracker"],
"author": "reGuard",
"license": "MIT",
"description": "A SDK for web error and performance monitor。web前端错误及性能监控SDK,JS执行错误、请求异常、行为监控等",
"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "2.7.1",
"rollup": "^2.77.2",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-typescript2": "^0.32.1",
"typescript": "^4.7.4"
}
}