-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.28 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.28 KB
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
{
"name": "mitojs",
"description": "a set of monitoring tools for JavaScript",
"scripts": {
"commit": "git add . && git cz",
"prepare": "husky install"
},
"engines": {
"node": ">=18.18.0",
"pnpm": ">=8.9.2"
},
"keywords": ["mitojs", "monitor", "monitoring", "h5", "web", "gather", "error", "collect", "browser", "miniPrograme", "nodejs"],
"author": "cjinhuo",
"license": "Apache-2.0",
"lint-staged": {
"*.@(yml|yaml)": ["prettier --parser yaml --write"],
"*.md": ["prettier --parser markdown --write"],
"*.json": ["prettier --parser json --write"]
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"bun": "^1.0.9",
"bun-types": "^1.0.9",
"cz-conventional-changelog": "^3.3.0",
"cz-git": "^1.7.1",
"eslint": "^8.52.0",
"eslint-plugin-react": "^7.33.2",
"fast-glob": "^3.3.1",
"husky": "^8.0.3",
"js-yaml": "^4.1.0",
"lint-staged": "^15.0.2",
"nx": "^17.0.2",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}