-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
40
41
42
43
44
45
46
47
{
"name": "mocha-profiler",
"description": "Generate a CPU profile of your Mocha test suite execution",
"version": "1.0.0",
"author": "Robert Rossmann <rr.rossmann@me.com>",
"contributors": [],
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@strv/commitlint-config": "^1.1.0",
"@strv/eslint-config-mocha": "^3.0.0-alpha.3",
"@strv/eslint-config-node": "^3.0.0-alpha.4",
"@strv/eslint-config-typescript": "^3.0.0-alpha.6",
"@strv/remark-config": "^1.0.2",
"@types/mocha": "^8.2.2",
"c8": "^7.7.1",
"eslint": "^7.23.0",
"expect": "^26.6.2",
"mocha": "^8.3.2",
"remark-cli": "^9.0.0",
"semantic-release": "^17.4.2",
"source-map-support": "^0.5.19",
"typescript": "^4.2.4"
},
"peerDependencies": {
"mocha": ">=8"
},
"engines": {
"node": ">=14",
"npm": "^6"
},
"keywords": [
"cpu",
"hook",
"mocha",
"profiler"
],
"license": "BSD-3-Clause",
"main": "src",
"publishConfig": {
"access": "public"
},
"dependencies": {
"read-pkg-up": "^7.0.1"
}
}